Html Css Color HEX #104573 Dark Cerulean

📋 copy color: '#104573'

red 16 ◦ green 69 ◦ blue 115

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

Shades of Dark Cerulean #104573

Tints of Dark Cerulean #104573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.5%

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

R = 8%
G = 34.5%
B = 57.5%

CMYK

 C value IS 0.86

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#104573 (or 0x104573) is known color: Dark Cerulean. HEX triplet: 10, 45 and 73. RGB value is (16,69,115). Sum of RGB (Red+Green+Blue) = 16+69+115=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #104573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104573 is #EFBA8C. Grayscale: #3A3A3A. Windows color (decimal): -15710861 or 7554320. OLE color: 7554320.

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

Color convert

RGB 16 69 115 -
CMYK 0.86 0.4 0 0.55
HSL 207.88º 0.76% 0.26% -
HSV(B) 207.88º 0.86% 0.45% -
XYZ 5.44 5.6 17.01 -
YUV 58.4 159.94 97.76 -
System Red Green Blue C M Y K H S L
Decimal 16 69 115 0.86 0.4 0 0.55 207.88 0.76 0.26
Hex 10 45 73 56 28 0 37 D0 4C 1A
Octal 20 105 163 126 50 0 67 320 114 32
Binary 10000 1000101 1110011 1010110 101000 0 110111 11010000 1001100 11010

Color Harmonies of #104573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104573

Black with #104573

Text Example


Text Example

White with #104573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104573; }

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

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

background-color css

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

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

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

border-color css

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

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

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