Html Css Color HEX #104D73 Dark Cerulean

📋 copy color: '#104D73'

red 16 ◦ green 77 ◦ blue 115

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

Shades of Dark Cerulean #104D73

Tints of Dark Cerulean #104D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 55.29%

R = 7.69%
G = 37.02%
B = 55.29%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#104D73 (or 0x104D73) is known color: Dark Cerulean. HEX triplet: 10, 4D and 73. RGB value is (16,77,115). Sum of RGB (Red+Green+Blue) = 16+77+115=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #104D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D73 is #EFB28C. Grayscale: #3E3E3E. Windows color (decimal): -15708813 or 7556368. OLE color: 7556368.

HSL color Cylindrical-coordinate representation of color #104D73: hue angle of 203.03º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104D73 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 77 115 -
CMYK 0.86 0.33 0 0.55
HSL 203.03º 0.76% 0.26% -
HSV(B) 203.03º 0.86% 0.45% -
XYZ 5.96 6.66 17.19 -
YUV 63.09 157.29 94.41 -
System Red Green Blue C M Y K H S L
Decimal 16 77 115 0.86 0.33 0 0.55 203.03 0.76 0.26
Hex 10 4D 73 56 21 0 37 CB 4C 1A
Octal 20 115 163 126 41 0 67 313 114 32
Binary 10000 1001101 1110011 1010110 100001 0 110111 11001011 1001100 11010

Color Harmonies of #104D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104D73

Black with #104D73

Text Example


Text Example

White with #104D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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