Html Css Color HEX #1353A0 Cobalt

📋 copy color: '#1353A0'

red 19 ◦ green 83 ◦ blue 160

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

Shades of Cobalt #1353A0

Tints of Cobalt #1353A0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.68%

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

R = 7.25%
G = 31.68%
B = 61.07%

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

#1353A0 (or 0x1353A0) is known color: Cobalt. HEX triplet: 13, 53 and A0. RGB value is (19,83,160). Sum of RGB (Red+Green+Blue) = 19+83+160=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 160 (62.89% from 255 or 61.07% from 262); Max value from RGB is 160 - color contains mainly: blue. Hex color #1353A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1353A0 is #ECAC5F. Grayscale: #484848. Windows color (decimal): -15510624 or 10507027. OLE color: 10507027.

HSL color Cylindrical-coordinate representation of color #1353A0: hue angle of 212.77º 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 #1353A0 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 19 83 160 -
CMYK 0.88 0.48 0 0.37
HSL 212.77º 0.79% 0.35% -
HSV(B) 212.77º 0.88% 0.63% -
XYZ 9.71 8.86 34.46 -
YUV 72.64 177.3 89.74 -
System Red Green Blue C M Y K H S L
Decimal 19 83 160 0.88 0.48 0 0.37 212.77 0.79 0.35
Hex 13 53 A0 58 30 0 25 D5 4F 23
Octal 23 123 240 130 60 0 45 325 117 43
Binary 10011 1010011 10100000 1011000 110000 0 100101 11010101 1001111 100011

Color Harmonies of #1353A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1353A0

Black with #1353A0

Text Example


Text Example

White with #1353A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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