Html Css Color HEX #1A438F Dark Cerulean

📋 copy color: '#1A438F'

red 26 ◦ green 67 ◦ blue 143

#1A438F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #1A438F

Tints of Dark Cerulean #1A438F

RGB

 RED value IS 26 (10.55% from 255) = 11.02%

 GREEN value IS 67 (26.56% from 255) = 28.39%

 BLUE value IS 143 (56.25% from 255) = 60.59%

R = 11.02%
G = 28.39%
B = 60.59%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1A438F (or 0x1A438F) is known color: Dark Cerulean. HEX triplet: 1A, 43 and 8F. RGB value is (26,67,143). Sum of RGB (Red+Green+Blue) = 26+67+143=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 143 (56.25% from 255 or 60.59% from 236); Max value from RGB is 143 - color contains mainly: blue. Hex color #1A438F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A438F is #E5BC70. Grayscale: #3F3F3F. Windows color (decimal): -15055985 or 9388826. OLE color: 9388826.

HSL color Cylindrical-coordinate representation of color #1A438F: hue angle of 218.97º 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 #1A438F is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 26 67 143 -
CMYK 0.82 0.53 0 0.44
HSL 218.97º 0.69% 0.33% -
HSV(B) 218.97º 0.82% 0.56% -
XYZ 7.39 6.22 26.8 -
YUV 63.41 172.92 101.32 -
System Red Green Blue C M Y K H S L
Decimal 26 67 143 0.82 0.53 0 0.44 218.97 0.69 0.33
Hex 1A 43 8F 52 35 0 2C DB 45 21
Octal 32 103 217 122 65 0 54 333 105 41
Binary 11010 1000011 10001111 1010010 110101 0 101100 11011011 1000101 100001

Color Harmonies of #1A438F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A438F

Black with #1A438F

Text Example


Text Example

White with #1A438F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A438F;
 }
 .AnyTagClassName
 {
   color: #1A438F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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