Html Css Color HEX #1351AC Cobalt

📋 copy color: '#1351AC'

red 19 ◦ green 81 ◦ blue 172

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

Shades of Cobalt #1351AC

Tints of Cobalt #1351AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63.24%

R = 6.99%
G = 29.78%
B = 63.24%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1351AC (or 0x1351AC) is known color: Cobalt. HEX triplet: 13, 51 and AC. RGB value is (19,81,172). Sum of RGB (Red+Green+Blue) = 19+81+172=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #1351AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1351AC is #ECAE53. Grayscale: #484848. Windows color (decimal): -15511124 or 11292947. OLE color: 11292947.

HSL color Cylindrical-coordinate representation of color #1351AC: hue angle of 215.69º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1351AC is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 81 172 -
CMYK 0.89 0.53 0 0.33
HSL 215.69º 0.8% 0.37% -
HSV(B) 215.69º 0.89% 0.67% -
XYZ 10.66 9 40.21 -
YUV 72.84 183.96 89.6 -
System Red Green Blue C M Y K H S L
Decimal 19 81 172 0.89 0.53 0 0.33 215.69 0.8 0.37
Hex 13 51 AC 59 35 0 21 D8 50 25
Octal 23 121 254 131 65 0 41 330 120 45
Binary 10011 1010001 10101100 1011001 110101 0 100001 11011000 1010000 100101

Color Harmonies of #1351AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1351AC

Black with #1351AC

Text Example


Text Example

White with #1351AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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