Html Css Color HEX #1058A2 Cobalt

📋 copy color: '#1058A2'

red 16 ◦ green 88 ◦ blue 162

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

Shades of Cobalt #1058A2

Tints of Cobalt #1058A2

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.08%

 BLUE value IS 162 (63.67% from 255) = 60.9%

R = 6.02%
G = 33.08%
B = 60.9%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1058A2 (or 0x1058A2) is known color: Cobalt. HEX triplet: 10, 58 and A2. RGB value is (16,88,162). Sum of RGB (Red+Green+Blue) = 16+88+162=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 162 (63.67% from 255 or 60.90% from 266); Max value from RGB is 162 - color contains mainly: blue. Hex color #1058A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1058A2 is #EFA75D. Grayscale: #4A4A4A. Windows color (decimal): -15705950 or 10639376. OLE color: 10639376.

HSL color Cylindrical-coordinate representation of color #1058A2: hue angle of 210.41º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1058A2 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 88 162 -
CMYK 0.90 0.46 0 0.36
HSL 210.41º 0.82% 0.35% -
HSV(B) 210.41º 0.9% 0.64% -
XYZ 10.23 9.7 35.52 -
YUV 74.91 177.15 85.98 -
System Red Green Blue C M Y K H S L
Decimal 16 88 162 0.90 0.46 0 0.36 210.41 0.82 0.35
Hex 10 58 A2 5A 2E 0 24 D2 52 23
Octal 20 130 242 132 56 0 44 322 122 43
Binary 10000 1011000 10100010 1011010 101110 0 100100 11010010 1010010 100011

Color Harmonies of #1058A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1058A2

Black with #1058A2

Text Example


Text Example

White with #1058A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1058A2; }

 p { color: rgb(16,88,162); }

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

background-color css

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

 a { background-color: rgb(16,88,162); }

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

border-color css

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

 span { border-color: rgb(16,88,162); }

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