Html Css Color HEX #104C80 Dark Cerulean

📋 copy color: '#104C80'

red 16 ◦ green 76 ◦ blue 128

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

Shades of Dark Cerulean #104C80

Tints of Dark Cerulean #104C80

RGB

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

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

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

R = 7.27%
G = 34.55%
B = 58.18%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#104C80 (or 0x104C80) is known color: Dark Cerulean. HEX triplet: 10, 4C and 80. RGB value is (16,76,128). Sum of RGB (Red+Green+Blue) = 16+76+128=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 128 (50.39% from 255 or 58.18% from 220); Max value from RGB is 128 - color contains mainly: blue. Hex color #104C80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104C80 is #EFB37F. Grayscale: #3F3F3F. Windows color (decimal): -15709056 or 8408080. OLE color: 8408080.

HSL color Cylindrical-coordinate representation of color #104C80: hue angle of 207.86º 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 #104C80 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 76 128 -
CMYK 0.88 0.41 0 0.50
HSL 207.86º 0.78% 0.28% -
HSV(B) 207.86º 0.88% 0.5% -
XYZ 6.69 6.84 21.39 -
YUV 63.99 164.12 93.77 -
System Red Green Blue C M Y K H S L
Decimal 16 76 128 0.88 0.41 0 0.50 207.86 0.78 0.28
Hex 10 4C 80 58 29 0 32 D0 4E 1C
Octal 20 114 200 130 51 0 62 320 116 34
Binary 10000 1001100 10000000 1011000 101001 0 110010 11010000 1001110 11100

Color Harmonies of #104C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C80

Black with #104C80

Text Example


Text Example

White with #104C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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