Html Css Color HEX #1354A4 Cobalt

📋 copy color: '#1354A4'

red 19 ◦ green 84 ◦ blue 164

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

Shades of Cobalt #1354A4

Tints of Cobalt #1354A4

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.46%

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

R = 7.12%
G = 31.46%
B = 61.42%

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

#1354A4 (or 0x1354A4) is known color: Cobalt. HEX triplet: 13, 54 and A4. RGB value is (19,84,164). Sum of RGB (Red+Green+Blue) = 19+84+164=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 164 (64.45% from 255 or 61.42% from 267); Max value from RGB is 164 - color contains mainly: blue. Hex color #1354A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1354A4 is #ECAB5B. Grayscale: #494949. Windows color (decimal): -15510364 or 10769427. OLE color: 10769427.

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

Color convert

RGB 19 84 164 -
CMYK 0.88 0.49 0 0.36
HSL 213.1º 0.79% 0.36% -
HSV(B) 213.1º 0.88% 0.64% -
XYZ 10.14 9.16 36.36 -
YUV 73.69 178.97 89 -
System Red Green Blue C M Y K H S L
Decimal 19 84 164 0.88 0.49 0 0.36 213.1 0.79 0.36
Hex 13 54 A4 58 31 0 24 D5 4F 24
Octal 23 124 244 130 61 0 44 325 117 44
Binary 10011 1010100 10100100 1011000 110001 0 100100 11010101 1001111 100100

Color Harmonies of #1354A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1354A4

Black with #1354A4

Text Example


Text Example

White with #1354A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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