Html Css Color HEX #1054AB Cobalt

📋 copy color: '#1054AB'

red 16 ◦ green 84 ◦ blue 171

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

Shades of Cobalt #1054AB

Tints of Cobalt #1054AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31%

 BLUE value IS 171 (67.19% from 255) = 63.1%

R = 5.9%
G = 31%
B = 63.1%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1054AB (or 0x1054AB) is known color: Cobalt. HEX triplet: 10, 54 and AB. RGB value is (16,84,171). Sum of RGB (Red+Green+Blue) = 16+84+171=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #1054AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1054AB is #EFAB54. Grayscale: #494949. Windows color (decimal): -15706965 or 11228176. OLE color: 11228176.

HSL color Cylindrical-coordinate representation of color #1054AB: hue angle of 213.68º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1054AB is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 84 171 -
CMYK 0.91 0.51 0 0.33
HSL 213.68º 0.83% 0.37% -
HSV(B) 213.68º 0.91% 0.67% -
XYZ 10.73 9.39 39.77 -
YUV 73.59 182.97 86.93 -
System Red Green Blue C M Y K H S L
Decimal 16 84 171 0.91 0.51 0 0.33 213.68 0.83 0.37
Hex 10 54 AB 5B 33 0 21 D6 53 25
Octal 20 124 253 133 63 0 41 326 123 45
Binary 10000 1010100 10101011 1011011 110011 0 100001 11010110 1010011 100101

Color Harmonies of #1054AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1054AB

Black with #1054AB

Text Example


Text Example

White with #1054AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1054AB; }

 p { color: rgb(16,84,171); }

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

background-color css

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

 a { background-color: rgb(16,84,171); }

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

border-color css

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

 span { border-color: rgb(16,84,171); }

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