Html Css Color HEX #104995 Dark Cerulean

📋 copy color: '#104995'

red 16 ◦ green 73 ◦ blue 149

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

Shades of Dark Cerulean #104995

Tints of Dark Cerulean #104995

RGB

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

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

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

R = 6.72%
G = 30.67%
B = 62.61%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#104995 (or 0x104995) is known color: Dark Cerulean. HEX triplet: 10, 49 and 95. RGB value is (16,73,149). Sum of RGB (Red+Green+Blue) = 16+73+149=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #104995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104995 is #EFB66A. Grayscale: #404040. Windows color (decimal): -15709803 or 9783568. OLE color: 9783568.

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

Color convert

RGB 16 73 149 -
CMYK 0.89 0.51 0 0.42
HSL 214.29º 0.81% 0.32% -
HSV(B) 214.29º 0.89% 0.58% -
XYZ 8.02 7.05 29.37 -
YUV 64.62 175.62 93.32 -
System Red Green Blue C M Y K H S L
Decimal 16 73 149 0.89 0.51 0 0.42 214.29 0.81 0.32
Hex 10 49 95 59 33 0 2A D6 51 20
Octal 20 111 225 131 63 0 52 326 121 40
Binary 10000 1001001 10010101 1011001 110011 0 101010 11010110 1010001 100000

Color Harmonies of #104995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104995

Black with #104995

Text Example


Text Example

White with #104995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104995; }

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

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

background-color css

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

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

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

border-color css

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

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

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