Html Css Color HEX #134DAE Cobalt

📋 copy color: '#134DAE'

red 19 ◦ green 77 ◦ blue 174

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

Shades of Cobalt #134DAE

Tints of Cobalt #134DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.52%

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

R = 7.04%
G = 28.52%
B = 64.44%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#134DAE (or 0x134DAE) is known color: Cobalt. HEX triplet: 13, 4D and AE. RGB value is (19,77,174). Sum of RGB (Red+Green+Blue) = 19+77+174=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #134DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134DAE is #ECB251. Grayscale: #464646. Windows color (decimal): -15512146 or 11422995. OLE color: 11422995.

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

Color convert

RGB 19 77 174 -
CMYK 0.89 0.56 0 0.32
HSL 217.55º 0.8% 0.38% -
HSV(B) 217.55º 0.89% 0.68% -
XYZ 10.56 8.5 41.13 -
YUV 70.72 186.28 91.11 -
System Red Green Blue C M Y K H S L
Decimal 19 77 174 0.89 0.56 0 0.32 217.55 0.8 0.38
Hex 13 4D AE 59 38 0 20 DA 50 26
Octal 23 115 256 131 70 0 40 332 120 46
Binary 10011 1001101 10101110 1011001 111000 0 100000 11011010 1010000 100110

Color Harmonies of #134DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134DAE

Black with #134DAE

Text Example


Text Example

White with #134DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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