Html Css Color HEX #103C71 Dark Cerulean

📋 copy color: '#103C71'

red 16 ◦ green 60 ◦ blue 113

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

Shades of Dark Cerulean #103C71

Tints of Dark Cerulean #103C71

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.75%

 BLUE value IS 113 (44.53% from 255) = 59.79%

R = 8.47%
G = 31.75%
B = 59.79%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#103C71 (or 0x103C71) is known color: Dark Cerulean. HEX triplet: 10, 3C and 71. RGB value is (16,60,113). Sum of RGB (Red+Green+Blue) = 16+60+113=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #103C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C71 is #EFC38E. Grayscale: #343434. Windows color (decimal): -15713167 or 7420944. OLE color: 7420944.

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

Color convert

RGB 16 60 113 -
CMYK 0.86 0.47 0 0.56
HSL 212.78º 0.75% 0.25% -
HSV(B) 212.78º 0.86% 0.44% -
XYZ 4.81 4.53 16.24 -
YUV 52.89 161.92 101.69 -
System Red Green Blue C M Y K H S L
Decimal 16 60 113 0.86 0.47 0 0.56 212.78 0.75 0.25
Hex 10 3C 71 56 2F 0 38 D5 4B 19
Octal 20 74 161 126 57 0 70 325 113 31
Binary 10000 111100 1110001 1010110 101111 0 111000 11010101 1001011 11001

Color Harmonies of #103C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103C71

Black with #103C71

Text Example


Text Example

White with #103C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,60,113); }

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

background-color css

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

 a { background-color: rgb(16,60,113); }

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

border-color css

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

 span { border-color: rgb(16,60,113); }

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