Html Css Color HEX #104477 Dark Cerulean

📋 copy color: '#104477'

red 16 ◦ green 68 ◦ blue 119

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

Shades of Dark Cerulean #104477

Tints of Dark Cerulean #104477

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.5%

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

R = 7.88%
G = 33.5%
B = 58.62%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#104477 (or 0x104477) is known color: Dark Cerulean. HEX triplet: 10, 44 and 77. RGB value is (16,68,119). Sum of RGB (Red+Green+Blue) = 16+68+119=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #104477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104477 is #EFBB88. Grayscale: #3A3A3A. Windows color (decimal): -15711113 or 7816208. OLE color: 7816208.

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

Color convert

RGB 16 68 119 -
CMYK 0.87 0.43 0 0.53
HSL 209.71º 0.76% 0.26% -
HSV(B) 209.71º 0.87% 0.47% -
XYZ 5.61 5.58 18.23 -
YUV 58.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 16 68 119 0.87 0.43 0 0.53 209.71 0.76 0.26
Hex 10 44 77 57 2B 0 35 D2 4C 1A
Octal 20 104 167 127 53 0 65 322 114 32
Binary 10000 1000100 1110111 1010111 101011 0 110101 11010010 1001100 11010

Color Harmonies of #104477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104477

Black with #104477

Text Example


Text Example

White with #104477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104477; }

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

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

background-color css

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

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

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

border-color css

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

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

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