Html Css Color HEX #104F80 Dark Cerulean

📋 copy color: '#104F80'

red 16 ◦ green 79 ◦ blue 128

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

Shades of Dark Cerulean #104F80

Tints of Dark Cerulean #104F80

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.43%

 BLUE value IS 128 (50.39% from 255) = 57.4%

R = 7.17%
G = 35.43%
B = 57.4%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#104F80 (or 0x104F80) is known color: Dark Cerulean. HEX triplet: 10, 4F and 80. RGB value is (16,79,128). Sum of RGB (Red+Green+Blue) = 16+79+128=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #104F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104F80 is #EFB07F. Grayscale: #414141. Windows color (decimal): -15708288 or 8408848. OLE color: 8408848.

HSL color Cylindrical-coordinate representation of color #104F80: hue angle of 206.25º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104F80 is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 79 128 -
CMYK 0.88 0.38 0 0.50
HSL 206.25º 0.78% 0.28% -
HSV(B) 206.25º 0.88% 0.5% -
XYZ 6.91 7.26 21.46 -
YUV 65.75 163.13 92.52 -
System Red Green Blue C M Y K H S L
Decimal 16 79 128 0.88 0.38 0 0.50 206.25 0.78 0.28
Hex 10 4F 80 58 26 0 32 CE 4E 1C
Octal 20 117 200 130 46 0 62 316 116 34
Binary 10000 1001111 10000000 1011000 100110 0 110010 11001110 1001110 11100

Color Harmonies of #104F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104F80

Black with #104F80

Text Example


Text Example

White with #104F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,79,128); }

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

background-color css

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

 a { background-color: rgb(16,79,128); }

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

border-color css

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

 span { border-color: rgb(16,79,128); }

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