Html Css Color HEX #104A77 Dark Cerulean

📋 copy color: '#104A77'

red 16 ◦ green 74 ◦ blue 119

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

Shades of Dark Cerulean #104A77

Tints of Dark Cerulean #104A77

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.41%

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

R = 7.66%
G = 35.41%
B = 56.94%

CMYK

 C value IS 0.87

 M value IS 0.38

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#104A77 (or 0x104A77) is known color: Dark Cerulean. HEX triplet: 10, 4A and 77. RGB value is (16,74,119). Sum of RGB (Red+Green+Blue) = 16+74+119=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #104A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104A77 is #EFB588. Grayscale: #3D3D3D. Windows color (decimal): -15709577 or 7817744. OLE color: 7817744.

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

Color convert

RGB 16 74 119 -
CMYK 0.87 0.38 0 0.53
HSL 206.21º 0.76% 0.26% -
HSV(B) 206.21º 0.87% 0.47% -
XYZ 5.99 6.34 18.36 -
YUV 61.79 160.28 95.34 -
System Red Green Blue C M Y K H S L
Decimal 16 74 119 0.87 0.38 0 0.53 206.21 0.76 0.26
Hex 10 4A 77 57 26 0 35 CE 4C 1A
Octal 20 112 167 127 46 0 65 316 114 32
Binary 10000 1001010 1110111 1010111 100110 0 110101 11001110 1001100 11010

Color Harmonies of #104A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104A77

Black with #104A77

Text Example


Text Example

White with #104A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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