Html Css Color HEX #104674 Dark Cerulean

📋 copy color: '#104674'

red 16 ◦ green 70 ◦ blue 116

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

Shades of Dark Cerulean #104674

Tints of Dark Cerulean #104674

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.65%

 BLUE value IS 116 (45.7% from 255) = 57.43%

R = 7.92%
G = 34.65%
B = 57.43%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#104674 (or 0x104674) is known color: Dark Cerulean. HEX triplet: 10, 46 and 74. RGB value is (16,70,116). Sum of RGB (Red+Green+Blue) = 16+70+116=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 116 (45.70% from 255 or 57.43% from 202); Max value from RGB is 116 - color contains mainly: blue. Hex color #104674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104674 is #EFB98B. Grayscale: #3A3A3A. Windows color (decimal): -15710604 or 7620112. OLE color: 7620112.

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

Color convert

RGB 16 70 116 -
CMYK 0.86 0.40 0 0.55
HSL 207.6º 0.76% 0.26% -
HSV(B) 207.6º 0.86% 0.45% -
XYZ 5.56 5.75 17.34 -
YUV 59.1 160.11 97.26 -
System Red Green Blue C M Y K H S L
Decimal 16 70 116 0.86 0.40 0 0.55 207.6 0.76 0.26
Hex 10 46 74 56 28 0 37 D0 4C 1A
Octal 20 106 164 126 50 0 67 320 114 32
Binary 10000 1000110 1110100 1010110 101000 0 110111 11010000 1001100 11010

Color Harmonies of #104674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104674

Black with #104674

Text Example


Text Example

White with #104674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104674; }

 p { color: rgb(16,70,116); }

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

background-color css

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

 a { background-color: rgb(16,70,116); }

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

border-color css

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

 span { border-color: rgb(16,70,116); }

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