Html Css Color HEX #1353A4 Cobalt

📋 copy color: '#1353A4'

red 19 ◦ green 83 ◦ blue 164

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

Shades of Cobalt #1353A4

Tints of Cobalt #1353A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 61.65%

R = 7.14%
G = 31.2%
B = 61.65%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1353A4 (or 0x1353A4) is known color: Cobalt. HEX triplet: 13, 53 and A4. RGB value is (19,83,164). Sum of RGB (Red+Green+Blue) = 19+83+164=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 164 (64.45% from 255 or 61.65% from 266); Max value from RGB is 164 - color contains mainly: blue. Hex color #1353A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1353A4 is #ECAC5B. Grayscale: #484848. Windows color (decimal): -15510620 or 10769171. OLE color: 10769171.

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

Color convert

RGB 19 83 164 -
CMYK 0.88 0.49 0 0.36
HSL 213.52º 0.79% 0.36% -
HSV(B) 213.52º 0.88% 0.64% -
XYZ 10.06 9.01 36.33 -
YUV 73.1 179.3 89.41 -
System Red Green Blue C M Y K H S L
Decimal 19 83 164 0.88 0.49 0 0.36 213.52 0.79 0.36
Hex 13 53 A4 58 31 0 24 D6 4F 24
Octal 23 123 244 130 61 0 44 326 117 44
Binary 10011 1010011 10100100 1011000 110001 0 100100 11010110 1001111 100100

Color Harmonies of #1353A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1353A4

Black with #1353A4

Text Example


Text Example

White with #1353A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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