Html Css Color HEX #104C77 Dark Cerulean

📋 copy color: '#104C77'

red 16 ◦ green 76 ◦ blue 119

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

Shades of Dark Cerulean #104C77

Tints of Dark Cerulean #104C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 56.4%

R = 7.58%
G = 36.02%
B = 56.4%

CMYK

 C value IS 0.87

 M value IS 0.36

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#104C77 (or 0x104C77) is known color: Dark Cerulean. HEX triplet: 10, 4C and 77. RGB value is (16,76,119). Sum of RGB (Red+Green+Blue) = 16+76+119=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #104C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C77 is #EFB388. Grayscale: #3E3E3E. Windows color (decimal): -15709065 or 7818256. OLE color: 7818256.

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

Color convert

RGB 16 76 119 -
CMYK 0.87 0.36 0 0.53
HSL 205.05º 0.76% 0.26% -
HSV(B) 205.05º 0.87% 0.47% -
XYZ 6.13 6.61 18.41 -
YUV 62.96 159.62 94.5 -
System Red Green Blue C M Y K H S L
Decimal 16 76 119 0.87 0.36 0 0.53 205.05 0.76 0.26
Hex 10 4C 77 57 24 0 35 CD 4C 1A
Octal 20 114 167 127 44 0 65 315 114 32
Binary 10000 1001100 1110111 1010111 100100 0 110101 11001101 1001100 11010

Color Harmonies of #104C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C77

Black with #104C77

Text Example


Text Example

White with #104C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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