Html Css Color HEX #104C72 Dark Cerulean

📋 copy color: '#104C72'

red 16 ◦ green 76 ◦ blue 114

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

Shades of Dark Cerulean #104C72

Tints of Dark Cerulean #104C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 55.34%

R = 7.77%
G = 36.89%
B = 55.34%

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

#104C72 (or 0x104C72) is known color: Dark Cerulean. HEX triplet: 10, 4C and 72. RGB value is (16,76,114). Sum of RGB (Red+Green+Blue) = 16+76+114=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #104C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C72 is #EFB38D. Grayscale: #3E3E3E. Windows color (decimal): -15709070 or 7490576. OLE color: 7490576.

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

Color convert

RGB 16 76 114 -
CMYK 0.86 0.33 0 0.55
HSL 203.27º 0.75% 0.25% -
HSV(B) 203.27º 0.86% 0.45% -
XYZ 5.84 6.49 16.87 -
YUV 62.39 157.12 94.91 -
System Red Green Blue C M Y K H S L
Decimal 16 76 114 0.86 0.33 0 0.55 203.27 0.75 0.25
Hex 10 4C 72 56 21 0 37 CB 4B 19
Octal 20 114 162 126 41 0 67 313 113 31
Binary 10000 1001100 1110010 1010110 100001 0 110111 11001011 1001011 11001

Color Harmonies of #104C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C72

Black with #104C72

Text Example


Text Example

White with #104C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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