Html Css Color HEX #104080 Dark Cerulean

📋 copy color: '#104080'

red 16 ◦ green 64 ◦ blue 128

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

Shades of Dark Cerulean #104080

Tints of Dark Cerulean #104080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.77%

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

R = 7.69%
G = 30.77%
B = 61.54%

CMYK

 C value IS 0.88

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#104080 (or 0x104080) is known color: Dark Cerulean. HEX triplet: 10, 40 and 80. RGB value is (16,64,128). Sum of RGB (Red+Green+Blue) = 16+64+128=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 128 (50.39% from 255 or 61.54% from 208); Max value from RGB is 128 - color contains mainly: blue. Hex color #104080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104080 is #EFBF7F. Grayscale: #383838. Windows color (decimal): -15712128 or 8405008. OLE color: 8405008.

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

Color convert

RGB 16 64 128 -
CMYK 0.88 0.5 0 0.50
HSL 214.29º 0.78% 0.28% -
HSV(B) 214.29º 0.88% 0.5% -
XYZ 5.94 5.34 21.14 -
YUV 56.94 168.1 98.8 -
System Red Green Blue C M Y K H S L
Decimal 16 64 128 0.88 0.5 0 0.50 214.29 0.78 0.28
Hex 10 40 80 58 32 0 32 D6 4E 1C
Octal 20 100 200 130 62 0 62 326 116 34
Binary 10000 1000000 10000000 1011000 110010 0 110010 11010110 1001110 11100

Color Harmonies of #104080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104080

Black with #104080

Text Example


Text Example

White with #104080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104080; }

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

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

background-color css

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

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

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

border-color css

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

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

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