Html Css Color HEX #104973 Dark Cerulean

📋 copy color: '#104973'

red 16 ◦ green 73 ◦ blue 115

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

Shades of Dark Cerulean #104973

Tints of Dark Cerulean #104973

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.78%

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

R = 7.84%
G = 35.78%
B = 56.37%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#104973 (or 0x104973) is known color: Dark Cerulean. HEX triplet: 10, 49 and 73. RGB value is (16,73,115). Sum of RGB (Red+Green+Blue) = 16+73+115=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #104973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104973 is #EFB68C. Grayscale: #3C3C3C. Windows color (decimal): -15709837 or 7555344. OLE color: 7555344.

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

Color convert

RGB 16 73 115 -
CMYK 0.86 0.37 0 0.55
HSL 205.45º 0.76% 0.26% -
HSV(B) 205.45º 0.86% 0.45% -
XYZ 5.69 6.11 17.1 -
YUV 60.75 158.62 96.08 -
System Red Green Blue C M Y K H S L
Decimal 16 73 115 0.86 0.37 0 0.55 205.45 0.76 0.26
Hex 10 49 73 56 25 0 37 CD 4C 1A
Octal 20 111 163 126 45 0 67 315 114 32
Binary 10000 1001001 1110011 1010110 100101 0 110111 11001101 1001100 11010

Color Harmonies of #104973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104973

Black with #104973

Text Example


Text Example

White with #104973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104973; }

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

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

background-color css

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

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

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

border-color css

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

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

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