Html Css Color HEX #103F78 Dark Cerulean

📋 copy color: '#103F78'

red 16 ◦ green 63 ◦ blue 120

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

Shades of Dark Cerulean #103F78

Tints of Dark Cerulean #103F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 60.3%

R = 8.04%
G = 31.66%
B = 60.3%

CMYK

 C value IS 0.87

 M value IS 0.48

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#103F78 (or 0x103F78) is known color: Dark Cerulean. HEX triplet: 10, 3F and 78. RGB value is (16,63,120). Sum of RGB (Red+Green+Blue) = 16+63+120=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 120 (47.27% from 255 or 60.30% from 199); Max value from RGB is 120 - color contains mainly: blue. Hex color #103F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F78 is #EFC087. Grayscale: #373737. Windows color (decimal): -15712392 or 7880464. OLE color: 7880464.

HSL color Cylindrical-coordinate representation of color #103F78: hue angle of 212.88º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #103F78 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 63 120 -
CMYK 0.87 0.48 0 0.53
HSL 212.88º 0.76% 0.27% -
HSV(B) 212.88º 0.87% 0.47% -
XYZ 5.38 5.02 18.45 -
YUV 55.45 164.43 99.87 -
System Red Green Blue C M Y K H S L
Decimal 16 63 120 0.87 0.48 0 0.53 212.88 0.76 0.27
Hex 10 3F 78 57 30 0 35 D5 4C 1B
Octal 20 77 170 127 60 0 65 325 114 33
Binary 10000 111111 1111000 1010111 110000 0 110101 11010101 1001100 11011

Color Harmonies of #103F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103F78

Black with #103F78

Text Example


Text Example

White with #103F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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