#1348AA

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

Shades of Cobalt #1348AA

Tints of Cobalt #1348AA

Color information

#1348AA (or 0x1348AA) is unknown color: approx Cobalt. HEX triplet: 13, 48 and AA. RGB value is (19,72,170). Sum of RGB (Red+Green+Blue) = 19+72+170=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #1348AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1348AA is #ECB755. Grayscale: #424242. Windows color (decimal): -15513430 or 11159571. OLE color: 11159571.

HSL color Cylindrical-coordinate representation of color #1348AA: hue angle of 218.94º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1348AA is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1972170-
CMYK0.890.5800.33
HSL218.94º79.89%37.06%-
HSV(B)218.94º88.82%66.67%-
XYZ9.847.6838.99-
YUV67.32185.9493.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.28%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 170 (66.80% from 255) = 65.13%
R=7.28%
G=27.59%
B=65.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19721700.890.5800.33218.9479.8937.06
Hex1348AA593A021db5025
Octal231102521317204133312045
Binary1001110010001010101010110011110100100001110110111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1348AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1348AA; }

 p { color: rgb(19,72,170); }

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

<style>
 a { background-color: #1348AA; }

 a { background-color: rgb(19,72,170); }

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

<style>
 span { border-color: #1348AA; }

 span { border-color: rgb(19,72,170); }

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