Html Css Color HEX #104976 Dark Cerulean

📋 copy color: '#104976'

red 16 ◦ green 73 ◦ blue 118

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

Shades of Dark Cerulean #104976

Tints of Dark Cerulean #104976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.27%

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

R = 7.73%
G = 35.27%
B = 57%

CMYK

 C value IS 0.86

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#104976 (or 0x104976) is known color: Dark Cerulean. HEX triplet: 10, 49 and 76. RGB value is (16,73,118). Sum of RGB (Red+Green+Blue) = 16+73+118=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #104976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104976 is #EFB689. Grayscale: #3C3C3C. Windows color (decimal): -15709834 or 7751952. OLE color: 7751952.

HSL color Cylindrical-coordinate representation of color #104976: hue angle of 206.47º 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 #104976 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 73 118 -
CMYK 0.86 0.38 0 0.54
HSL 206.47º 0.76% 0.26% -
HSV(B) 206.47º 0.86% 0.46% -
XYZ 5.87 6.18 18.02 -
YUV 61.09 160.12 95.84 -
System Red Green Blue C M Y K H S L
Decimal 16 73 118 0.86 0.38 0 0.54 206.47 0.76 0.26
Hex 10 49 76 56 26 0 36 CE 4C 1A
Octal 20 111 166 126 46 0 66 316 114 32
Binary 10000 1001001 1110110 1010110 100110 0 110110 11001110 1001100 11010

Color Harmonies of #104976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104976

Black with #104976

Text Example


Text Example

White with #104976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104976; }

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

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

background-color css

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

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

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

border-color css

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

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

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