Html Css Color HEX #1354A0 Cobalt

📋 copy color: '#1354A0'

red 19 ◦ green 84 ◦ blue 160

#1354A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #1354A0

Tints of Cobalt #1354A0

RGB

 RED value IS 19 (7.81% from 255) = 7.22%

 GREEN value IS 84 (33.2% from 255) = 31.94%

 BLUE value IS 160 (62.89% from 255) = 60.84%

R = 7.22%
G = 31.94%
B = 60.84%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1354A0 (or 0x1354A0) is known color: Cobalt. HEX triplet: 13, 54 and A0. RGB value is (19,84,160). Sum of RGB (Red+Green+Blue) = 19+84+160=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 160 (62.89% from 255 or 60.84% from 263); Max value from RGB is 160 - color contains mainly: blue. Hex color #1354A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1354A0 is #ECAB5F. Grayscale: #484848. Windows color (decimal): -15510368 or 10507283. OLE color: 10507283.

HSL color Cylindrical-coordinate representation of color #1354A0: hue angle of 212.34º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1354A0 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 19 84 160 -
CMYK 0.88 0.48 0 0.37
HSL 212.34º 0.79% 0.35% -
HSV(B) 212.34º 0.88% 0.63% -
XYZ 9.78 9.02 34.48 -
YUV 73.23 176.97 89.32 -
System Red Green Blue C M Y K H S L
Decimal 19 84 160 0.88 0.48 0 0.37 212.34 0.79 0.35
Hex 13 54 A0 58 30 0 25 D4 4F 23
Octal 23 124 240 130 60 0 45 324 117 43
Binary 10011 1010100 10100000 1011000 110000 0 100101 11010100 1001111 100011

Color Harmonies of #1354A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1354A0

Black with #1354A0

Text Example


Text Example

White with #1354A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1354A0; }

 p { color: rgb(19,84,160); }

 H1.HeaderClassName
 {
   color: #1354A0;
 }
 .AnyTagClassName
 {
   color: #1354A0;
 }
</style>

background-color css

<style>
 a { background-color: #1354A0; }

 a { background-color: rgb(19,84,160); }

 div.DivClassName
 {
   background-color: #1354A0;
 }
 .BgClassName
 {
   background-color: #1354A0;
 }
</style>

border-color css

<style>
 span { border-color: #1354A0; }

 span { border-color: rgb(19,84,160); }

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