Html Css Color HEX #105291 Dark Cerulean

📋 copy color: '#105291'

red 16 ◦ green 82 ◦ blue 145

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

Shades of Dark Cerulean #105291

Tints of Dark Cerulean #105291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 59.67%

R = 6.58%
G = 33.74%
B = 59.67%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#105291 (or 0x105291) is known color: Dark Cerulean. HEX triplet: 10, 52 and 91. RGB value is (16,82,145). Sum of RGB (Red+Green+Blue) = 16+82+145=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #105291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105291 is #EFAD6E. Grayscale: #454545. Windows color (decimal): -15707503 or 9523728. OLE color: 9523728.

HSL color Cylindrical-coordinate representation of color #105291: hue angle of 209.3º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #105291 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 16 82 145 -
CMYK 0.89 0.43 0 0.43
HSL 209.3º 0.8% 0.32% -
HSV(B) 209.3º 0.89% 0.57% -
XYZ 8.34 8.19 27.93 -
YUV 69.45 170.63 89.88 -
System Red Green Blue C M Y K H S L
Decimal 16 82 145 0.89 0.43 0 0.43 209.3 0.8 0.32
Hex 10 52 91 59 2B 0 2B D1 50 20
Octal 20 122 221 131 53 0 53 321 120 40
Binary 10000 1010010 10010001 1011001 101011 0 101011 11010001 1010000 100000

Color Harmonies of #105291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105291

Black with #105291

Text Example


Text Example

White with #105291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105291; }

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

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

background-color css

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

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

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

border-color css

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

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

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