Html Css Color HEX #1058A4 Cobalt

📋 copy color: '#1058A4'

red 16 ◦ green 88 ◦ blue 164

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

Shades of Cobalt #1058A4

Tints of Cobalt #1058A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 61.19%

R = 5.97%
G = 32.84%
B = 61.19%

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

#1058A4 (or 0x1058A4) is known color: Cobalt. HEX triplet: 10, 58 and A4. RGB value is (16,88,164). Sum of RGB (Red+Green+Blue) = 16+88+164=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 164 (64.45% from 255 or 61.19% from 268); Max value from RGB is 164 - color contains mainly: blue. Hex color #1058A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1058A4 is #EFA75B. Grayscale: #4A4A4A. Windows color (decimal): -15705948 or 10770448. OLE color: 10770448.

HSL color Cylindrical-coordinate representation of color #1058A4: hue angle of 210.81º 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 #1058A4 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 88 164 -
CMYK 0.90 0.46 0 0.36
HSL 210.81º 0.82% 0.35% -
HSV(B) 210.81º 0.9% 0.64% -
XYZ 10.4 9.77 36.46 -
YUV 75.14 178.15 85.82 -
System Red Green Blue C M Y K H S L
Decimal 16 88 164 0.90 0.46 0 0.36 210.81 0.82 0.35
Hex 10 58 A4 5A 2E 0 24 D3 52 23
Octal 20 130 244 132 56 0 44 323 122 43
Binary 10000 1011000 10100100 1011010 101110 0 100100 11010011 1010010 100011

Color Harmonies of #1058A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1058A4

Black with #1058A4

Text Example


Text Example

White with #1058A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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