Html Css Color HEX #104D70 Dark Cerulean

📋 copy color: '#104D70'

red 16 ◦ green 77 ◦ blue 112

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

Shades of Dark Cerulean #104D70

Tints of Dark Cerulean #104D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 54.63%

R = 7.8%
G = 37.56%
B = 54.63%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#104D70 (or 0x104D70) is known color: Dark Cerulean. HEX triplet: 10, 4D and 70. RGB value is (16,77,112). Sum of RGB (Red+Green+Blue) = 16+77+112=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #104D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D70 is #EFB28F. Grayscale: #3E3E3E. Windows color (decimal): -15708816 or 7359760. OLE color: 7359760.

HSL color Cylindrical-coordinate representation of color #104D70: hue angle of 201.88º 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 #104D70 is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 77 112 -
CMYK 0.86 0.31 0 0.56
HSL 201.88º 0.75% 0.25% -
HSV(B) 201.88º 0.86% 0.44% -
XYZ 5.79 6.59 16.3 -
YUV 62.75 155.79 94.65 -
System Red Green Blue C M Y K H S L
Decimal 16 77 112 0.86 0.31 0 0.56 201.88 0.75 0.25
Hex 10 4D 70 56 1F 0 38 CA 4B 19
Octal 20 115 160 126 37 0 70 312 113 31
Binary 10000 1001101 1110000 1010110 11111 0 111000 11001010 1001011 11001

Color Harmonies of #104D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104D70

Black with #104D70

Text Example


Text Example

White with #104D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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