Html Css Color HEX #105295 Dark Cerulean

📋 copy color: '#105295'

red 16 ◦ green 82 ◦ blue 149

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

Shades of Dark Cerulean #105295

Tints of Dark Cerulean #105295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.2%

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

R = 6.48%
G = 33.2%
B = 60.32%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#105295 (or 0x105295) is known color: Dark Cerulean. HEX triplet: 10, 52 and 95. RGB value is (16,82,149). Sum of RGB (Red+Green+Blue) = 16+82+149=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #105295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105295 is #EFAD6A. Grayscale: #454545. Windows color (decimal): -15707499 or 9785872. OLE color: 9785872.

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

Color convert

RGB 16 82 149 -
CMYK 0.89 0.45 0 0.42
HSL 210.23º 0.81% 0.32% -
HSV(B) 210.23º 0.89% 0.58% -
XYZ 8.66 8.31 29.58 -
YUV 69.9 172.63 89.55 -
System Red Green Blue C M Y K H S L
Decimal 16 82 149 0.89 0.45 0 0.42 210.23 0.81 0.32
Hex 10 52 95 59 2D 0 2A D2 51 20
Octal 20 122 225 131 55 0 52 322 121 40
Binary 10000 1010010 10010101 1011001 101101 0 101010 11010010 1010001 100000

Color Harmonies of #105295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105295

Black with #105295

Text Example


Text Example

White with #105295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105295; }

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

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

background-color css

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

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

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

border-color css

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

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

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