#1A448F

Color #1A448F Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #1A448F

Tints of Dark Cerulean #1A448F

Color information

#1A448F (or 0x1A448F) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 44 and 8F. RGB value is (26,68,143). Sum of RGB (Red+Green+Blue) = 26+68+143=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 143 (56.25% from 255 or 60.34% from 237); Max value from RGB is 143 - color contains mainly: blue. Hex color #1A448F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A448F is #E5BB70. Grayscale: #3F3F3F. Windows color (decimal): -15055729 or 9389082. OLE color: 9389082.

HSL color Cylindrical-coordinate representation of color #1A448F: hue angle of 218.46º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A448F is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2668143-
CMYK0.820.5200.44
HSL218.46º69.23%33.14%-
HSV(B)218.46º81.82%56.08%-
XYZ7.456.3426.82-
YUV63.99172.59100.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 26 (10.55% from 255) = 10.97%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 143 (56.25% from 255) = 60.34%
R=10.97%
G=28.69%
B=60.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal26681430.820.5200.44218.4669.2333.14
Hex1A448F523402Cda4521
Octal321042171226405433210541
Binary1101010001001000111110100101101000101100110110101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A448F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A448F; }

 p { color: rgb(26,68,143); }

 H1.HeaderClassName
 {
   color: #1A448F;
 }
 .AnyTagClassName
 {
   color: #1A448F;
 }
</style>
background-color css

<style>
 a { background-color: #1A448F; }

 a { background-color: rgb(26,68,143); }

 div.DivClassName
 {
   background-color: #1A448F;
 }
 .BgClassName
 {
   background-color: #1A448F;
 }
</style>
border-color css

<style>
 span { border-color: #1A448F; }

 span { border-color: rgb(26,68,143); }

 td.TdClassName
 {
   border-color: #1A448F;
 }
 .TagClassName
 {
   border-color: #1A448F;
 }
</style>