Html Css Color HEX #1353A5 Cobalt

📋 copy color: '#1353A5'

red 19 ◦ green 83 ◦ blue 165

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

Shades of Cobalt #1353A5

Tints of Cobalt #1353A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 61.8%

R = 7.12%
G = 31.09%
B = 61.8%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1353A5 (or 0x1353A5) is known color: Cobalt. HEX triplet: 13, 53 and A5. RGB value is (19,83,165). Sum of RGB (Red+Green+Blue) = 19+83+165=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 165 (64.84% from 255 or 61.80% from 267); Max value from RGB is 165 - color contains mainly: blue. Hex color #1353A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1353A5 is #ECAC5A. Grayscale: #484848. Windows color (decimal): -15510619 or 10834707. OLE color: 10834707.

HSL color Cylindrical-coordinate representation of color #1353A5: hue angle of 213.7º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1353A5 is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 83 165 -
CMYK 0.88 0.50 0 0.35
HSL 213.7º 0.79% 0.36% -
HSV(B) 213.7º 0.88% 0.65% -
XYZ 10.15 9.04 36.81 -
YUV 73.21 179.8 89.33 -
System Red Green Blue C M Y K H S L
Decimal 19 83 165 0.88 0.50 0 0.35 213.7 0.79 0.36
Hex 13 53 A5 58 32 0 23 D6 4F 24
Octal 23 123 245 130 62 0 43 326 117 44
Binary 10011 1010011 10100101 1011000 110010 0 100011 11010110 1001111 100100

Color Harmonies of #1353A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1353A5

Black with #1353A5

Text Example


Text Example

White with #1353A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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