Html Css Color HEX #104C78 Dark Cerulean

📋 copy color: '#104C78'

red 16 ◦ green 76 ◦ blue 120

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

Shades of Dark Cerulean #104C78

Tints of Dark Cerulean #104C78

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.85%

 BLUE value IS 120 (47.27% from 255) = 56.6%

R = 7.55%
G = 35.85%
B = 56.6%

CMYK

 C value IS 0.87

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#104C78 (or 0x104C78) is known color: Dark Cerulean. HEX triplet: 10, 4C and 78. RGB value is (16,76,120). Sum of RGB (Red+Green+Blue) = 16+76+120=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #104C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C78 is #EFB387. Grayscale: #3E3E3E. Windows color (decimal): -15709064 or 7883792. OLE color: 7883792.

HSL color Cylindrical-coordinate representation of color #104C78: hue angle of 205.38º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #104C78 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 76 120 -
CMYK 0.87 0.37 0 0.53
HSL 205.38º 0.76% 0.27% -
HSV(B) 205.38º 0.87% 0.47% -
XYZ 6.19 6.64 18.72 -
YUV 63.08 160.12 94.42 -
System Red Green Blue C M Y K H S L
Decimal 16 76 120 0.87 0.37 0 0.53 205.38 0.76 0.27
Hex 10 4C 78 57 25 0 35 CD 4C 1B
Octal 20 114 170 127 45 0 65 315 114 33
Binary 10000 1001100 1111000 1010111 100101 0 110101 11001101 1001100 11011

Color Harmonies of #104C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C78

Black with #104C78

Text Example


Text Example

White with #104C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104C78; }

 p { color: rgb(16,76,120); }

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

background-color css

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

 a { background-color: rgb(16,76,120); }

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

border-color css

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

 span { border-color: rgb(16,76,120); }

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