Html Css Color HEX #03418E Dark Cerulean

📋 copy color: '#03418E'

red 3 ◦ green 65 ◦ blue 142

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

Shades of Dark Cerulean #03418E

Tints of Dark Cerulean #03418E

RGB

 RED value IS 3 (1.56% from 255) = 1.43%

 GREEN value IS 65 (25.78% from 255) = 30.95%

 BLUE value IS 142 (55.86% from 255) = 67.62%

R = 1.43%
G = 30.95%
B = 67.62%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#03418E (or 0x03418E) is known color: Dark Cerulean. HEX triplet: 03, 41 and 8E. RGB value is (3,65,142). Sum of RGB (Red+Green+Blue) = 3+65+142=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 142 (55.86% from 255 or 67.62% from 210); Max value from RGB is 142 - color contains mainly: blue. Hex color #03418E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03418E is #FCBE71. Grayscale: #363636. Windows color (decimal): -16563826 or 9322755. OLE color: 9322755.

HSL color Cylindrical-coordinate representation of color #03418E: hue angle of 213.24º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03418E is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 65 142 -
CMYK 0.98 0.54 0 0.44
HSL 213.24º 0.96% 0.28% -
HSV(B) 213.24º 0.98% 0.56% -
XYZ 6.81 5.75 26.34 -
YUV 55.24 176.96 90.74 -
System Red Green Blue C M Y K H S L
Decimal 3 65 142 0.98 0.54 0 0.44 213.24 0.96 0.28
Hex 3 41 8E 62 36 0 2C D5 60 1C
Octal 3 101 216 142 66 0 54 325 140 34
Binary 11 1000001 10001110 1100010 110110 0 101100 11010101 1100000 11100

Color Harmonies of #03418E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03418E

Black with #03418E

Text Example


Text Example

White with #03418E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03418E; }

 p { color: rgb(3,65,142); }

 H1.HeaderClassName
 {
   color: #03418E;
 }
 .AnyTagClassName
 {
   color: #03418E;
 }
</style>

background-color css

<style>
 a { background-color: #03418E; }

 a { background-color: rgb(3,65,142); }

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

border-color css

<style>
 span { border-color: #03418E; }

 span { border-color: rgb(3,65,142); }

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