Html Css Color HEX #104895 Dark Cerulean

📋 copy color: '#104895'

red 16 ◦ green 72 ◦ blue 149

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

Shades of Dark Cerulean #104895

Tints of Dark Cerulean #104895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.38%

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

R = 6.75%
G = 30.38%
B = 62.87%

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

#104895 (or 0x104895) is known color: Dark Cerulean. HEX triplet: 10, 48 and 95. RGB value is (16,72,149). Sum of RGB (Red+Green+Blue) = 16+72+149=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #104895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104895 is #EFB76A. Grayscale: #3F3F3F. Windows color (decimal): -15710059 or 9783312. OLE color: 9783312.

HSL color Cylindrical-coordinate representation of color #104895: hue angle of 214.74º 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 #104895 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 72 149 -
CMYK 0.89 0.52 0 0.42
HSL 214.74º 0.81% 0.32% -
HSV(B) 214.74º 0.89% 0.58% -
XYZ 7.96 6.91 29.35 -
YUV 64.03 175.95 93.74 -
System Red Green Blue C M Y K H S L
Decimal 16 72 149 0.89 0.52 0 0.42 214.74 0.81 0.32
Hex 10 48 95 59 34 0 2A D7 51 20
Octal 20 110 225 131 64 0 52 327 121 40
Binary 10000 1001000 10010101 1011001 110100 0 101010 11010111 1010001 100000

Color Harmonies of #104895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104895

Black with #104895

Text Example


Text Example

White with #104895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104895; }

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

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

background-color css

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

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

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

border-color css

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

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

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