#1348AE

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

Shades of Cobalt #1348AE

Tints of Cobalt #1348AE

Color information

#1348AE (or 0x1348AE) is unknown color: approx Cobalt. HEX triplet: 13, 48 and AE. RGB value is (19,72,174). Sum of RGB (Red+Green+Blue) = 19+72+174=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #1348AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1348AE is #ECB751. Grayscale: #434343. Windows color (decimal): -15513426 or 11421715. OLE color: 11421715.

HSL color Cylindrical-coordinate representation of color #1348AE: hue angle of 219.48º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1348AE is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1972174-
CMYK0.890.5900.32
HSL219.48º80.31%37.84%-
HSV(B)219.48º89.08%68.24%-
XYZ10.237.8341.02-
YUV67.78187.9493.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.17%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 174 (68.36% from 255) = 65.66%
R=7.17%
G=27.17%
B=65.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal19721740.890.5900.32219.4880.3137.84
Hex1348AE593B020db5026
Octal231102561317304033312046
Binary1001110010001010111010110011110110100000110110111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1348AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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