Html Css Color HEX #134EAE Cobalt

📋 copy color: '#134EAE'

red 19 ◦ green 78 ◦ blue 174

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

Shades of Cobalt #134EAE

Tints of Cobalt #134EAE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.78%

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

R = 7.01%
G = 28.78%
B = 64.21%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#134EAE (or 0x134EAE) is known color: Cobalt. HEX triplet: 13, 4E and AE. RGB value is (19,78,174). Sum of RGB (Red+Green+Blue) = 19+78+174=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #134EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134EAE is #ECB151. Grayscale: #464646. Windows color (decimal): -15511890 or 11423251. OLE color: 11423251.

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

Color convert

RGB 19 78 174 -
CMYK 0.89 0.55 0 0.32
HSL 217.16º 0.8% 0.38% -
HSV(B) 217.16º 0.89% 0.68% -
XYZ 10.63 8.64 41.15 -
YUV 71.3 185.95 90.69 -
System Red Green Blue C M Y K H S L
Decimal 19 78 174 0.89 0.55 0 0.32 217.16 0.8 0.38
Hex 13 4E AE 59 37 0 20 D9 50 26
Octal 23 116 256 131 67 0 40 331 120 46
Binary 10011 1001110 10101110 1011001 110111 0 100000 11011001 1010000 100110

Color Harmonies of #134EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134EAE

Black with #134EAE

Text Example


Text Example

White with #134EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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