#1348B0

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

Shades of Cobalt #1348B0

Tints of Cobalt #1348B0

Color information

#1348B0 (or 0x1348B0) is unknown color: approx Cobalt. HEX triplet: 13, 48 and B0. RGB value is (19,72,176). Sum of RGB (Red+Green+Blue) = 19+72+176=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 176 (69.14% from 255 or 65.92% from 267); Max value from RGB is 176 - color contains mainly: blue. Hex color #1348B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1348B0 is #ECB74F. Grayscale: #434343. Windows color (decimal): -15513424 or 11552787. OLE color: 11552787.

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

Color convert

RGB1972176-
CMYK0.890.5900.31
HSL219.75º80.51%38.24%-
HSV(B)219.75º89.2%69.02%-
XYZ10.427.9142.05-
YUV68.01188.9493.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.12%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 176 (69.14% from 255) = 65.92%
R=7.12%
G=26.97%
B=65.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal19721760.890.5900.31219.7580.5138.24
Hex1348B0593B01Fdc5126
Octal231102601317303733412146
Binary100111001000101100001011001111011011111110111001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1348B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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