Html Css Color HEX #104476 Dark Cerulean

📋 copy color: '#104476'

red 16 ◦ green 68 ◦ blue 118

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

Shades of Dark Cerulean #104476

Tints of Dark Cerulean #104476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.66%

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

R = 7.92%
G = 33.66%
B = 58.42%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#104476 (or 0x104476) is known color: Dark Cerulean. HEX triplet: 10, 44 and 76. RGB value is (16,68,118). Sum of RGB (Red+Green+Blue) = 16+68+118=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #104476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104476 is #EFBB89. Grayscale: #393939. Windows color (decimal): -15711114 or 7750672. OLE color: 7750672.

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

Color convert

RGB 16 68 118 -
CMYK 0.86 0.42 0 0.54
HSL 209.41º 0.76% 0.26% -
HSV(B) 209.41º 0.86% 0.46% -
XYZ 5.55 5.55 17.92 -
YUV 58.15 161.77 97.93 -
System Red Green Blue C M Y K H S L
Decimal 16 68 118 0.86 0.42 0 0.54 209.41 0.76 0.26
Hex 10 44 76 56 2A 0 36 D1 4C 1A
Octal 20 104 166 126 52 0 66 321 114 32
Binary 10000 1000100 1110110 1010110 101010 0 110110 11010001 1001100 11010

Color Harmonies of #104476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104476

Black with #104476

Text Example


Text Example

White with #104476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104476; }

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

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

background-color css

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

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

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

border-color css

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

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

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