Html Css Color HEX #103776 Dark Cerulean

📋 copy color: '#103776'

red 16 ◦ green 55 ◦ blue 118

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

Shades of Dark Cerulean #103776

Tints of Dark Cerulean #103776

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.1%

 BLUE value IS 118 (46.48% from 255) = 62.43%

R = 8.47%
G = 29.1%
B = 62.43%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#103776 (or 0x103776) is known color: Dark Cerulean. HEX triplet: 10, 37 and 76. RGB value is (16,55,118). Sum of RGB (Red+Green+Blue) = 16+55+118=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 118 (46.48% from 255 or 62.43% from 189); Max value from RGB is 118 - color contains mainly: blue. Hex color #103776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103776 is #EFC889. Grayscale: #323232. Windows color (decimal): -15714442 or 7747344. OLE color: 7747344.

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

Color convert

RGB 16 55 118 -
CMYK 0.86 0.53 0 0.54
HSL 217.06º 0.76% 0.26% -
HSV(B) 217.06º 0.86% 0.46% -
XYZ 4.85 4.15 17.69 -
YUV 50.52 166.08 103.38 -
System Red Green Blue C M Y K H S L
Decimal 16 55 118 0.86 0.53 0 0.54 217.06 0.76 0.26
Hex 10 37 76 56 35 0 36 D9 4C 1A
Octal 20 67 166 126 65 0 66 331 114 32
Binary 10000 110111 1110110 1010110 110101 0 110110 11011001 1001100 11010

Color Harmonies of #103776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103776

Black with #103776

Text Example


Text Example

White with #103776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103776; }

 p { color: rgb(16,55,118); }

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

background-color css

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

 a { background-color: rgb(16,55,118); }

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

border-color css

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

 span { border-color: rgb(16,55,118); }

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