Html Css Color HEX #1056A0 Cobalt

📋 copy color: '#1056A0'

red 16 ◦ green 86 ◦ blue 160

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

Shades of Cobalt #1056A0

Tints of Cobalt #1056A0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.82%

 BLUE value IS 160 (62.89% from 255) = 61.07%

R = 6.11%
G = 32.82%
B = 61.07%

CMYK

 C value IS 0.9

 M value IS 0.46

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1056A0 (or 0x1056A0) is known color: Cobalt. HEX triplet: 10, 56 and A0. RGB value is (16,86,160). Sum of RGB (Red+Green+Blue) = 16+86+160=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 160 (62.89% from 255 or 61.07% from 262); Max value from RGB is 160 - color contains mainly: blue. Hex color #1056A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1056A0 is #EFA95F. Grayscale: #494949. Windows color (decimal): -15706464 or 10507792. OLE color: 10507792.

HSL color Cylindrical-coordinate representation of color #1056A0: hue angle of 210.83º 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 #1056A0 is Cyan = 0.9, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 86 160 -
CMYK 0.9 0.46 0 0.37
HSL 210.83º 0.82% 0.35% -
HSV(B) 210.83º 0.9% 0.63% -
XYZ 9.89 9.3 34.53 -
YUV 73.51 176.81 86.98 -
System Red Green Blue C M Y K H S L
Decimal 16 86 160 0.9 0.46 0 0.37 210.83 0.82 0.35
Hex 10 56 A0 5A 2E 0 25 D3 52 23
Octal 20 126 240 132 56 0 45 323 122 43
Binary 10000 1010110 10100000 1011010 101110 0 100101 11010011 1010010 100011

Color Harmonies of #1056A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1056A0

Black with #1056A0

Text Example


Text Example

White with #1056A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1056A0; }

 p { color: rgb(16,86,160); }

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

background-color css

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

 a { background-color: rgb(16,86,160); }

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

border-color css

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

 span { border-color: rgb(16,86,160); }

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