#1950A6

Color #1950A6 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #1950A6

Tints of Cobalt #1950A6

Color information

#1950A6 (or 0x1950A6) is unknown color: approx Cobalt. HEX triplet: 19, 50 and A6. RGB value is (25,80,166). Sum of RGB (Red+Green+Blue) = 25+80+166=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 166 (65.23% from 255 or 61.25% from 271); Max value from RGB is 166 - color contains mainly: blue. Hex color #1950A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1950A6 is #E6AF59. Grayscale: #484848. Windows color (decimal): -15118170 or 10899481. OLE color: 10899481.

HSL color Cylindrical-coordinate representation of color #1950A6: hue angle of 216.6º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1950A6 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2580166-
CMYK0.850.5200.35
HSL216.6º73.82%37.45%-
HSV(B)216.6º84.94%65.1%-
XYZ10.158.737.22-
YUV73.36180.2893.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.23%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 166 (65.23% from 255) = 61.25%
R=9.23%
G=29.52%
B=61.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal25801660.850.5200.35216.673.8237.45
Hex1950A65534023d94a25
Octal311202461256404333111245
Binary1100110100001010011010101011101000100011110110011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1950A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1950A6; }

 p { color: rgb(25,80,166); }

 H1.HeaderClassName
 {
   color: #1950A6;
 }
 .AnyTagClassName
 {
   color: #1950A6;
 }
</style>
background-color css

<style>
 a { background-color: #1950A6; }

 a { background-color: rgb(25,80,166); }

 div.DivClassName
 {
   background-color: #1950A6;
 }
 .BgClassName
 {
   background-color: #1950A6;
 }
</style>
border-color css

<style>
 span { border-color: #1950A6; }

 span { border-color: rgb(25,80,166); }

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