Html Css Color HEX #1059A1 Cobalt

📋 copy color: '#1059A1'

red 16 ◦ green 89 ◦ blue 161

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

Shades of Cobalt #1059A1

Tints of Cobalt #1059A1

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.46%

 BLUE value IS 161 (63.28% from 255) = 60.53%

R = 6.02%
G = 33.46%
B = 60.53%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1059A1 (or 0x1059A1) is known color: Cobalt. HEX triplet: 10, 59 and A1. RGB value is (16,89,161). Sum of RGB (Red+Green+Blue) = 16+89+161=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 161 (63.28% from 255 or 60.53% from 266); Max value from RGB is 161 - color contains mainly: blue. Hex color #1059A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1059A1 is #EFA65E. Grayscale: #4B4B4B. Windows color (decimal): -15705695 or 10574096. OLE color: 10574096.

HSL color Cylindrical-coordinate representation of color #1059A1: hue angle of 209.79º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1059A1 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 89 161 -
CMYK 0.90 0.45 0 0.37
HSL 209.79º 0.82% 0.35% -
HSV(B) 209.79º 0.9% 0.63% -
XYZ 10.22 9.83 35.08 -
YUV 75.38 176.32 85.65 -
System Red Green Blue C M Y K H S L
Decimal 16 89 161 0.90 0.45 0 0.37 209.79 0.82 0.35
Hex 10 59 A1 5A 2D 0 25 D2 52 23
Octal 20 131 241 132 55 0 45 322 122 43
Binary 10000 1011001 10100001 1011010 101101 0 100101 11010010 1010010 100011

Color Harmonies of #1059A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1059A1

Black with #1059A1

Text Example


Text Example

White with #1059A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1059A1; }

 p { color: rgb(16,89,161); }

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

background-color css

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

 a { background-color: rgb(16,89,161); }

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

border-color css

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

 span { border-color: rgb(16,89,161); }

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