Html Css Color HEX #03418F Dark Cerulean

📋 copy color: '#03418F'

red 3 ◦ green 65 ◦ blue 143

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

Shades of Dark Cerulean #03418F

Tints of Dark Cerulean #03418F

RGB

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

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

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

R = 1.42%
G = 30.81%
B = 67.77%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#03418F (or 0x03418F) is known color: Dark Cerulean. HEX triplet: 03, 41 and 8F. RGB value is (3,65,143). Sum of RGB (Red+Green+Blue) = 3+65+143=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 143 (56.25% from 255 or 67.77% from 211); Max value from RGB is 143 - color contains mainly: blue. Hex color #03418F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03418F is #FCBE70. Grayscale: #363636. Windows color (decimal): -16563825 or 9388291. OLE color: 9388291.

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

Color convert

RGB 3 65 143 -
CMYK 0.98 0.55 0 0.44
HSL 213.43º 0.96% 0.29% -
HSV(B) 213.43º 0.98% 0.56% -
XYZ 6.89 5.78 26.74 -
YUV 55.35 177.46 90.66 -
System Red Green Blue C M Y K H S L
Decimal 3 65 143 0.98 0.55 0 0.44 213.43 0.96 0.29
Hex 3 41 8F 62 37 0 2C D5 60 1D
Octal 3 101 217 142 67 0 54 325 140 35
Binary 11 1000001 10001111 1100010 110111 0 101100 11010101 1100000 11101

Color Harmonies of #03418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03418F

Black with #03418F

Text Example


Text Example

White with #03418F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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