Html Css Color HEX #104795 Dark Cerulean

📋 copy color: '#104795'

red 16 ◦ green 71 ◦ blue 149

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

Shades of Dark Cerulean #104795

Tints of Dark Cerulean #104795

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.08%

 BLUE value IS 149 (58.59% from 255) = 63.14%

R = 6.78%
G = 30.08%
B = 63.14%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#104795 (or 0x104795) is known color: Dark Cerulean. HEX triplet: 10, 47 and 95. RGB value is (16,71,149). Sum of RGB (Red+Green+Blue) = 16+71+149=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #104795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104795 is #EFB86A. Grayscale: #3F3F3F. Windows color (decimal): -15710315 or 9783056. OLE color: 9783056.

HSL color Cylindrical-coordinate representation of color #104795: hue angle of 215.19º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104795 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 71 149 -
CMYK 0.89 0.52 0 0.42
HSL 215.19º 0.81% 0.32% -
HSV(B) 215.19º 0.89% 0.58% -
XYZ 7.89 6.79 29.33 -
YUV 63.45 176.28 94.16 -
System Red Green Blue C M Y K H S L
Decimal 16 71 149 0.89 0.52 0 0.42 215.19 0.81 0.32
Hex 10 47 95 59 34 0 2A D7 51 20
Octal 20 107 225 131 64 0 52 327 121 40
Binary 10000 1000111 10010101 1011001 110100 0 101010 11010111 1010001 100000

Color Harmonies of #104795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104795

Black with #104795

Text Example


Text Example

White with #104795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104795; }

 p { color: rgb(16,71,149); }

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

background-color css

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

 a { background-color: rgb(16,71,149); }

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

border-color css

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

 span { border-color: rgb(16,71,149); }

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