Html Css Color HEX #104276 Dark Cerulean

📋 copy color: '#104276'

red 16 ◦ green 66 ◦ blue 118

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

Shades of Dark Cerulean #104276

Tints of Dark Cerulean #104276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33%

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

R = 8%
G = 33%
B = 59%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#104276 (or 0x104276) is known color: Dark Cerulean. HEX triplet: 10, 42 and 76. RGB value is (16,66,118). Sum of RGB (Red+Green+Blue) = 16+66+118=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #104276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104276 is #EFBD89. Grayscale: #383838. Windows color (decimal): -15711626 or 7750160. OLE color: 7750160.

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

Color convert

RGB 16 66 118 -
CMYK 0.86 0.44 0 0.54
HSL 210.59º 0.76% 0.26% -
HSV(B) 210.59º 0.86% 0.46% -
XYZ 5.43 5.31 17.88 -
YUV 56.98 162.44 98.77 -
System Red Green Blue C M Y K H S L
Decimal 16 66 118 0.86 0.44 0 0.54 210.59 0.76 0.26
Hex 10 42 76 56 2C 0 36 D3 4C 1A
Octal 20 102 166 126 54 0 66 323 114 32
Binary 10000 1000010 1110110 1010110 101100 0 110110 11010011 1001100 11010

Color Harmonies of #104276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104276

Black with #104276

Text Example


Text Example

White with #104276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104276; }

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

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

background-color css

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

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

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

border-color css

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

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

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