#1A4FA6

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

Shades of Cobalt #1A4FA6

Tints of Cobalt #1A4FA6

Color information

#1A4FA6 (or 0x1A4FA6) is unknown color: approx Cobalt. HEX triplet: 1A, 4F and A6. RGB value is (26,79,166). Sum of RGB (Red+Green+Blue) = 26+79+166=271 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.59% from 271); Green value is 79 (31.25% from 255 or 29.15% 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 #1A4FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A4FA6 is #E5B059. Grayscale: #484848. Windows color (decimal): -15052890 or 10899226. OLE color: 10899226.

HSL color Cylindrical-coordinate representation of color #1A4FA6: hue angle of 217.29º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A4FA6 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2679166-
CMYK0.840.5200.35
HSL217.29º72.92%37.65%-
HSV(B)217.29º84.34%65.1%-
XYZ10.18.5637.2-
YUV73.07180.4494.43-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.59%
GREEN value IS 79 (31.25% from 255) = 29.15%
BLUE value IS 166 (65.23% from 255) = 61.25%
R=9.59%
G=29.15%
B=61.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal26791660.840.5200.35217.2972.9237.65
Hex1A4FA65434023d94926
Octal321172461246404333111146
Binary1101010011111010011010101001101000100011110110011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A4FA6; }

 p { color: rgb(26,79,166); }

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

<style>
 a { background-color: #1A4FA6; }

 a { background-color: rgb(26,79,166); }

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

<style>
 span { border-color: #1A4FA6; }

 span { border-color: rgb(26,79,166); }

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