Html Css Color HEX #104D82 Dark Cerulean

📋 copy color: '#104D82'

red 16 ◦ green 77 ◦ blue 130

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

Shades of Dark Cerulean #104D82

Tints of Dark Cerulean #104D82

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.53%

 BLUE value IS 130 (51.17% from 255) = 58.3%

R = 7.17%
G = 34.53%
B = 58.3%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#104D82 (or 0x104D82) is known color: Dark Cerulean. HEX triplet: 10, 4D and 82. RGB value is (16,77,130). Sum of RGB (Red+Green+Blue) = 16+77+130=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #104D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104D82 is #EFB27D. Grayscale: #404040. Windows color (decimal): -15708798 or 8539408. OLE color: 8539408.

HSL color Cylindrical-coordinate representation of color #104D82: hue angle of 207.89º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104D82 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 77 130 -
CMYK 0.88 0.41 0 0.49
HSL 207.89º 0.78% 0.29% -
HSV(B) 207.89º 0.88% 0.51% -
XYZ 6.9 7.03 22.11 -
YUV 64.8 164.79 93.19 -
System Red Green Blue C M Y K H S L
Decimal 16 77 130 0.88 0.41 0 0.49 207.89 0.78 0.29
Hex 10 4D 82 58 29 0 31 D0 4E 1D
Octal 20 115 202 130 51 0 61 320 116 35
Binary 10000 1001101 10000010 1011000 101001 0 110001 11010000 1001110 11101

Color Harmonies of #104D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104D82

Black with #104D82

Text Example


Text Example

White with #104D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,77,130); }

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

background-color css

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

 a { background-color: rgb(16,77,130); }

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

border-color css

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

 span { border-color: rgb(16,77,130); }

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