Html Css Color HEX #1351A4 Cobalt

📋 copy color: '#1351A4'

red 19 ◦ green 81 ◦ blue 164

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

Shades of Cobalt #1351A4

Tints of Cobalt #1351A4

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.68%

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

R = 7.2%
G = 30.68%
B = 62.12%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1351A4 (or 0x1351A4) is known color: Cobalt. HEX triplet: 13, 51 and A4. RGB value is (19,81,164). Sum of RGB (Red+Green+Blue) = 19+81+164=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 164 (64.45% from 255 or 62.12% from 264); Max value from RGB is 164 - color contains mainly: blue. Hex color #1351A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1351A4 is #ECAE5B. Grayscale: #474747. Windows color (decimal): -15511132 or 10768659. OLE color: 10768659.

HSL color Cylindrical-coordinate representation of color #1351A4: hue angle of 214.34º 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 #1351A4 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 81 164 -
CMYK 0.88 0.51 0 0.36
HSL 214.34º 0.79% 0.36% -
HSV(B) 214.34º 0.88% 0.64% -
XYZ 9.91 8.7 36.28 -
YUV 71.92 179.96 90.25 -
System Red Green Blue C M Y K H S L
Decimal 19 81 164 0.88 0.51 0 0.36 214.34 0.79 0.36
Hex 13 51 A4 58 33 0 24 D6 4F 24
Octal 23 121 244 130 63 0 44 326 117 44
Binary 10011 1010001 10100100 1011000 110011 0 100100 11010110 1001111 100100

Color Harmonies of #1351A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1351A4

Black with #1351A4

Text Example


Text Example

White with #1351A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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