Html Css Color HEX #105391 Dark Cerulean

📋 copy color: '#105391'

red 16 ◦ green 83 ◦ blue 145

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

Shades of Dark Cerulean #105391

Tints of Dark Cerulean #105391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.02%

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

R = 6.56%
G = 34.02%
B = 59.43%

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

#105391 (or 0x105391) is known color: Dark Cerulean. HEX triplet: 10, 53 and 91. RGB value is (16,83,145). Sum of RGB (Red+Green+Blue) = 16+83+145=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #105391 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105391 is #EFAC6E. Grayscale: #454545. Windows color (decimal): -15707247 or 9523984. OLE color: 9523984.

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

Color convert

RGB 16 83 145 -
CMYK 0.89 0.43 0 0.43
HSL 208.84º 0.8% 0.32% -
HSV(B) 208.84º 0.89% 0.57% -
XYZ 8.42 8.34 27.95 -
YUV 70.04 170.3 89.46 -
System Red Green Blue C M Y K H S L
Decimal 16 83 145 0.89 0.43 0 0.43 208.84 0.8 0.32
Hex 10 53 91 59 2B 0 2B D1 50 20
Octal 20 123 221 131 53 0 53 321 120 40
Binary 10000 1010011 10010001 1011001 101011 0 101011 11010001 1010000 100000

Color Harmonies of #105391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105391

Black with #105391

Text Example


Text Example

White with #105391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105391; }

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

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

background-color css

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

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

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

border-color css

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

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

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