Html Css Color HEX #105290 Dark Cerulean

📋 copy color: '#105290'

red 16 ◦ green 82 ◦ blue 144

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

Shades of Dark Cerulean #105290

Tints of Dark Cerulean #105290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 59.5%

R = 6.61%
G = 33.88%
B = 59.5%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#105290 (or 0x105290) is known color: Dark Cerulean. HEX triplet: 10, 52 and 90. RGB value is (16,82,144). Sum of RGB (Red+Green+Blue) = 16+82+144=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #105290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105290 is #EFAD6F. Grayscale: #454545. Windows color (decimal): -15707504 or 9458192. OLE color: 9458192.

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

Color convert

RGB 16 82 144 -
CMYK 0.89 0.43 0 0.44
HSL 209.06º 0.8% 0.31% -
HSV(B) 209.06º 0.89% 0.56% -
XYZ 8.27 8.16 27.52 -
YUV 69.33 170.13 89.96 -
System Red Green Blue C M Y K H S L
Decimal 16 82 144 0.89 0.43 0 0.44 209.06 0.8 0.31
Hex 10 52 90 59 2B 0 2C D1 50 1F
Octal 20 122 220 131 53 0 54 321 120 37
Binary 10000 1010010 10010000 1011001 101011 0 101100 11010001 1010000 11111

Color Harmonies of #105290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105290

Black with #105290

Text Example


Text Example

White with #105290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105290; }

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

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

background-color css

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

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

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

border-color css

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

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

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