Html Css Color HEX #103F72 Dark Cerulean

📋 copy color: '#103F72'

red 16 ◦ green 63 ◦ blue 114

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

Shades of Dark Cerulean #103F72

Tints of Dark Cerulean #103F72

RGB

 RED value IS 16 (6.64% from 255) = 8.29%

 GREEN value IS 63 (25% from 255) = 32.64%

 BLUE value IS 114 (44.92% from 255) = 59.07%

R = 8.29%
G = 32.64%
B = 59.07%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#103F72 (or 0x103F72) is known color: Dark Cerulean. HEX triplet: 10, 3F and 72. RGB value is (16,63,114). Sum of RGB (Red+Green+Blue) = 16+63+114=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #103F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F72 is #EFC08D. Grayscale: #363636. Windows color (decimal): -15712398 or 7487248. OLE color: 7487248.

HSL color Cylindrical-coordinate representation of color #103F72: hue angle of 211.22º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #103F72 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 63 114 -
CMYK 0.86 0.45 0 0.55
HSL 211.22º 0.75% 0.25% -
HSV(B) 211.22º 0.86% 0.45% -
XYZ 5.03 4.88 16.6 -
YUV 54.76 161.43 100.35 -
System Red Green Blue C M Y K H S L
Decimal 16 63 114 0.86 0.45 0 0.55 211.22 0.75 0.25
Hex 10 3F 72 56 2D 0 37 D3 4B 19
Octal 20 77 162 126 55 0 67 323 113 31
Binary 10000 111111 1110010 1010110 101101 0 110111 11010011 1001011 11001

Color Harmonies of #103F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103F72

Black with #103F72

Text Example


Text Example

White with #103F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103F72; }

 p { color: rgb(16,63,114); }

 H1.HeaderClassName
 {
   color: #103F72;
 }
 .AnyTagClassName
 {
   color: #103F72;
 }
</style>

background-color css

<style>
 a { background-color: #103F72; }

 a { background-color: rgb(16,63,114); }

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

border-color css

<style>
 span { border-color: #103F72; }

 span { border-color: rgb(16,63,114); }

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