Html Css Color HEX #104376 Dark Cerulean

📋 copy color: '#104376'

red 16 ◦ green 67 ◦ blue 118

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

Shades of Dark Cerulean #104376

Tints of Dark Cerulean #104376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.33%

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

R = 7.96%
G = 33.33%
B = 58.71%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#104376 (or 0x104376) is known color: Dark Cerulean. HEX triplet: 10, 43 and 76. RGB value is (16,67,118). Sum of RGB (Red+Green+Blue) = 16+67+118=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #104376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104376 is #EFBC89. Grayscale: #393939. Windows color (decimal): -15711370 or 7750416. OLE color: 7750416.

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

Color convert

RGB 16 67 118 -
CMYK 0.86 0.43 0 0.54
HSL 210º 0.76% 0.26% -
HSV(B) 210º 0.86% 0.46% -
XYZ 5.49 5.43 17.9 -
YUV 57.57 162.1 98.35 -
System Red Green Blue C M Y K H S L
Decimal 16 67 118 0.86 0.43 0 0.54 210 0.76 0.26
Hex 10 43 76 56 2B 0 36 D2 4C 1A
Octal 20 103 166 126 53 0 66 322 114 32
Binary 10000 1000011 1110110 1010110 101011 0 110110 11010010 1001100 11010

Color Harmonies of #104376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104376

Black with #104376

Text Example


Text Example

White with #104376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104376; }

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

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

background-color css

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

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

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

border-color css

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

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

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