Html Css Color HEX #104C73 Dark Cerulean

📋 copy color: '#104C73'

red 16 ◦ green 76 ◦ blue 115

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

Shades of Dark Cerulean #104C73

Tints of Dark Cerulean #104C73

RGB

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

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

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

R = 7.73%
G = 36.71%
B = 55.56%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#104C73 (or 0x104C73) is known color: Dark Cerulean. HEX triplet: 10, 4C and 73. RGB value is (16,76,115). Sum of RGB (Red+Green+Blue) = 16+76+115=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #104C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C73 is #EFB38C. Grayscale: #3E3E3E. Windows color (decimal): -15709069 or 7556112. OLE color: 7556112.

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

Color convert

RGB 16 76 115 -
CMYK 0.86 0.34 0 0.55
HSL 203.64º 0.76% 0.26% -
HSV(B) 203.64º 0.86% 0.45% -
XYZ 5.89 6.52 17.17 -
YUV 62.51 157.62 94.83 -
System Red Green Blue C M Y K H S L
Decimal 16 76 115 0.86 0.34 0 0.55 203.64 0.76 0.26
Hex 10 4C 73 56 22 0 37 CC 4C 1A
Octal 20 114 163 126 42 0 67 314 114 32
Binary 10000 1001100 1110011 1010110 100010 0 110111 11001100 1001100 11010

Color Harmonies of #104C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C73

Black with #104C73

Text Example


Text Example

White with #104C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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