Html Css Color HEX #03418A Dark Cerulean

📋 copy color: '#03418A'

red 3 ◦ green 65 ◦ blue 138

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

Shades of Dark Cerulean #03418A

Tints of Dark Cerulean #03418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 66.99%

R = 1.46%
G = 31.55%
B = 66.99%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#03418A (or 0x03418A) is known color: Dark Cerulean. HEX triplet: 03, 41 and 8A. RGB value is (3,65,138). Sum of RGB (Red+Green+Blue) = 3+65+138=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #03418A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03418A is #FCBE75. Grayscale: #363636. Windows color (decimal): -16563830 or 9060611. OLE color: 9060611.

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

Color convert

RGB 3 65 138 -
CMYK 0.98 0.53 0 0.46
HSL 212.44º 0.96% 0.28% -
HSV(B) 212.44º 0.98% 0.54% -
XYZ 6.52 5.63 24.79 -
YUV 54.78 174.96 91.06 -
System Red Green Blue C M Y K H S L
Decimal 3 65 138 0.98 0.53 0 0.46 212.44 0.96 0.28
Hex 3 41 8A 62 35 0 2E D4 60 1C
Octal 3 101 212 142 65 0 56 324 140 34
Binary 11 1000001 10001010 1100010 110101 0 101110 11010100 1100000 11100

Color Harmonies of #03418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03418A

Black with #03418A

Text Example


Text Example

White with #03418A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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