Html Css Color HEX #104D71 Dark Cerulean

📋 copy color: '#104D71'

red 16 ◦ green 77 ◦ blue 113

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

Shades of Dark Cerulean #104D71

Tints of Dark Cerulean #104D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 54.85%

R = 7.77%
G = 37.38%
B = 54.85%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#104D71 (or 0x104D71) is known color: Dark Cerulean. HEX triplet: 10, 4D and 71. RGB value is (16,77,113). Sum of RGB (Red+Green+Blue) = 16+77+113=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #104D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D71 is #EFB28E. Grayscale: #3E3E3E. Windows color (decimal): -15708815 or 7425296. OLE color: 7425296.

HSL color Cylindrical-coordinate representation of color #104D71: hue angle of 202.27º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104D71 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 77 113 -
CMYK 0.86 0.32 0 0.56
HSL 202.27º 0.75% 0.25% -
HSV(B) 202.27º 0.86% 0.44% -
XYZ 5.85 6.61 16.59 -
YUV 62.87 156.29 94.57 -
System Red Green Blue C M Y K H S L
Decimal 16 77 113 0.86 0.32 0 0.56 202.27 0.75 0.25
Hex 10 4D 71 56 20 0 38 CA 4B 19
Octal 20 115 161 126 40 0 70 312 113 31
Binary 10000 1001101 1110001 1010110 100000 0 111000 11001010 1001011 11001

Color Harmonies of #104D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104D71

Black with #104D71

Text Example


Text Example

White with #104D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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