Html Css Color HEX #104C70 Dark Cerulean

📋 copy color: '#104C70'

red 16 ◦ green 76 ◦ blue 112

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

Shades of Dark Cerulean #104C70

Tints of Dark Cerulean #104C70

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.25%

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

R = 7.84%
G = 37.25%
B = 54.9%

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

#104C70 (or 0x104C70) is known color: Dark Cerulean. HEX triplet: 10, 4C and 70. RGB value is (16,76,112). Sum of RGB (Red+Green+Blue) = 16+76+112=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #104C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C70 is #EFB38F. Grayscale: #3D3D3D. Windows color (decimal): -15709072 or 7359504. OLE color: 7359504.

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

Color convert

RGB 16 76 112 -
CMYK 0.86 0.32 0 0.56
HSL 202.5º 0.75% 0.25% -
HSV(B) 202.5º 0.86% 0.44% -
XYZ 5.72 6.45 16.27 -
YUV 62.16 156.12 95.07 -
System Red Green Blue C M Y K H S L
Decimal 16 76 112 0.86 0.32 0 0.56 202.5 0.75 0.25
Hex 10 4C 70 56 20 0 38 CA 4B 19
Octal 20 114 160 126 40 0 70 312 113 31
Binary 10000 1001100 1110000 1010110 100000 0 111000 11001010 1001011 11001

Color Harmonies of #104C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C70

Black with #104C70

Text Example


Text Example

White with #104C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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