Html Css Color HEX #134AAE Cobalt

📋 copy color: '#134AAE'

red 19 ◦ green 74 ◦ blue 174

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

Shades of Cobalt #134AAE

Tints of Cobalt #134AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.72%

 BLUE value IS 174 (68.36% from 255) = 65.17%

R = 7.12%
G = 27.72%
B = 65.17%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#134AAE (or 0x134AAE) is known color: Cobalt. HEX triplet: 13, 4A and AE. RGB value is (19,74,174). Sum of RGB (Red+Green+Blue) = 19+74+174=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 174 (68.36% from 255 or 65.17% from 267); Max value from RGB is 174 - color contains mainly: blue. Hex color #134AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134AAE is #ECB551. Grayscale: #444444. Windows color (decimal): -15512914 or 11422227. OLE color: 11422227.

HSL color Cylindrical-coordinate representation of color #134AAE: hue angle of 218.71º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134AAE is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 74 174 -
CMYK 0.89 0.57 0 0.32
HSL 218.71º 0.8% 0.38% -
HSV(B) 218.71º 0.89% 0.68% -
XYZ 10.36 8.09 41.06 -
YUV 68.96 187.28 92.37 -
System Red Green Blue C M Y K H S L
Decimal 19 74 174 0.89 0.57 0 0.32 218.71 0.8 0.38
Hex 13 4A AE 59 39 0 20 DB 50 26
Octal 23 112 256 131 71 0 40 333 120 46
Binary 10011 1001010 10101110 1011001 111001 0 100000 11011011 1010000 100110

Color Harmonies of #134AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134AAE

Black with #134AAE

Text Example


Text Example

White with #134AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,74,174); }

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

background-color css

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

 a { background-color: rgb(19,74,174); }

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

border-color css

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

 span { border-color: rgb(19,74,174); }

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