Html Css Color HEX #103F74 Dark Cerulean

📋 copy color: '#103F74'

red 16 ◦ green 63 ◦ blue 116

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

Shades of Dark Cerulean #103F74

Tints of Dark Cerulean #103F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 59.49%

R = 8.21%
G = 32.31%
B = 59.49%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#103F74 (or 0x103F74) is known color: Dark Cerulean. HEX triplet: 10, 3F and 74. RGB value is (16,63,116). Sum of RGB (Red+Green+Blue) = 16+63+116=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 116 (45.70% from 255 or 59.49% from 195); Max value from RGB is 116 - color contains mainly: blue. Hex color #103F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F74 is #EFC08B. Grayscale: #363636. Windows color (decimal): -15712396 or 7618320. OLE color: 7618320.

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

Color convert

RGB 16 63 116 -
CMYK 0.86 0.46 0 0.55
HSL 211.8º 0.76% 0.26% -
HSV(B) 211.8º 0.86% 0.45% -
XYZ 5.14 4.93 17.2 -
YUV 54.99 162.43 100.19 -
System Red Green Blue C M Y K H S L
Decimal 16 63 116 0.86 0.46 0 0.55 211.8 0.76 0.26
Hex 10 3F 74 56 2E 0 37 D4 4C 1A
Octal 20 77 164 126 56 0 67 324 114 32
Binary 10000 111111 1110100 1010110 101110 0 110111 11010100 1001100 11010

Color Harmonies of #103F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103F74

Black with #103F74

Text Example


Text Example

White with #103F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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