Html Css Color HEX #103F79 Dark Cerulean

📋 copy color: '#103F79'

red 16 ◦ green 63 ◦ blue 121

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

Shades of Dark Cerulean #103F79

Tints of Dark Cerulean #103F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 60.5%

R = 8%
G = 31.5%
B = 60.5%

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

#103F79 (or 0x103F79) is known color: Dark Cerulean. HEX triplet: 10, 3F and 79. RGB value is (16,63,121). Sum of RGB (Red+Green+Blue) = 16+63+121=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 121 (47.66% from 255 or 60.5% from 200); Max value from RGB is 121 - color contains mainly: blue. Hex color #103F79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F79 is #EFC086. Grayscale: #373737. Windows color (decimal): -15712391 or 7946000. OLE color: 7946000.

HSL color Cylindrical-coordinate representation of color #103F79: hue angle of 213.14º degrees, saturation: 0.77, 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 #103F79 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 63 121 -
CMYK 0.87 0.48 0 0.53
HSL 213.14º 0.77% 0.27% -
HSV(B) 213.14º 0.87% 0.47% -
XYZ 5.44 5.05 18.78 -
YUV 55.56 164.93 99.78 -
System Red Green Blue C M Y K H S L
Decimal 16 63 121 0.87 0.48 0 0.53 213.14 0.77 0.27
Hex 10 3F 79 57 30 0 35 D5 4D 1B
Octal 20 77 171 127 60 0 65 325 115 33
Binary 10000 111111 1111001 1010111 110000 0 110101 11010101 1001101 11011

Color Harmonies of #103F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103F79

Black with #103F79

Text Example


Text Example

White with #103F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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