Html Css Color HEX #134FAA Cobalt

📋 copy color: '#134FAA'

red 19 ◦ green 79 ◦ blue 170

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

Shades of Cobalt #134FAA

Tints of Cobalt #134FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.48%

 BLUE value IS 170 (66.8% from 255) = 63.43%

R = 7.09%
G = 29.48%
B = 63.43%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#134FAA (or 0x134FAA) is known color: Cobalt. HEX triplet: 13, 4F and AA. RGB value is (19,79,170). Sum of RGB (Red+Green+Blue) = 19+79+170=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #134FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134FAA is #ECB055. Grayscale: #474747. Windows color (decimal): -15511638 or 11161363. OLE color: 11161363.

HSL color Cylindrical-coordinate representation of color #134FAA: hue angle of 216.16º 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 #134FAA is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 79 170 -
CMYK 0.89 0.54 0 0.33
HSL 216.16º 0.8% 0.37% -
HSV(B) 216.16º 0.89% 0.67% -
XYZ 10.32 8.63 39.15 -
YUV 71.43 183.62 90.6 -
System Red Green Blue C M Y K H S L
Decimal 19 79 170 0.89 0.54 0 0.33 216.16 0.8 0.37
Hex 13 4F AA 59 36 0 21 D8 50 25
Octal 23 117 252 131 66 0 41 330 120 45
Binary 10011 1001111 10101010 1011001 110110 0 100001 11011000 1010000 100101

Color Harmonies of #134FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134FAA

Black with #134FAA

Text Example


Text Example

White with #134FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134FAA; }

 p { color: rgb(19,79,170); }

 H1.HeaderClassName
 {
   color: #134FAA;
 }
 .AnyTagClassName
 {
   color: #134FAA;
 }
</style>

background-color css

<style>
 a { background-color: #134FAA; }

 a { background-color: rgb(19,79,170); }

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

border-color css

<style>
 span { border-color: #134FAA; }

 span { border-color: rgb(19,79,170); }

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