Html Css Color HEX #104D77 Dark Cerulean

📋 copy color: '#104D77'

red 16 ◦ green 77 ◦ blue 119

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

Shades of Dark Cerulean #104D77

Tints of Dark Cerulean #104D77

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.32%

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

R = 7.55%
G = 36.32%
B = 56.13%

CMYK

 C value IS 0.87

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#104D77 (or 0x104D77) is known color: Dark Cerulean. HEX triplet: 10, 4D and 77. RGB value is (16,77,119). Sum of RGB (Red+Green+Blue) = 16+77+119=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #104D77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D77 is #EFB288. Grayscale: #3F3F3F. Windows color (decimal): -15708809 or 7818512. OLE color: 7818512.

HSL color Cylindrical-coordinate representation of color #104D77: hue angle of 204.47º 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 #104D77 is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 77 119 -
CMYK 0.87 0.35 0 0.53
HSL 204.47º 0.76% 0.26% -
HSV(B) 204.47º 0.87% 0.47% -
XYZ 6.2 6.75 18.43 -
YUV 63.55 159.29 94.08 -
System Red Green Blue C M Y K H S L
Decimal 16 77 119 0.87 0.35 0 0.53 204.47 0.76 0.26
Hex 10 4D 77 57 23 0 35 CC 4C 1A
Octal 20 115 167 127 43 0 65 314 114 32
Binary 10000 1001101 1110111 1010111 100011 0 110101 11001100 1001100 11010

Color Harmonies of #104D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104D77

Black with #104D77

Text Example


Text Example

White with #104D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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