Html Css Color HEX #134BAE Cobalt

📋 copy color: '#134BAE'

red 19 ◦ green 75 ◦ blue 174

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

Shades of Cobalt #134BAE

Tints of Cobalt #134BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.99%

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

R = 7.09%
G = 27.99%
B = 64.93%

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

#134BAE (or 0x134BAE) is known color: Cobalt. HEX triplet: 13, 4B and AE. RGB value is (19,75,174). Sum of RGB (Red+Green+Blue) = 19+75+174=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #134BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134BAE is #ECB451. Grayscale: #454545. Windows color (decimal): -15512658 or 11422483. OLE color: 11422483.

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

Color convert

RGB 19 75 174 -
CMYK 0.89 0.57 0 0.32
HSL 218.32º 0.8% 0.38% -
HSV(B) 218.32º 0.89% 0.68% -
XYZ 10.42 8.23 41.08 -
YUV 69.54 186.95 91.95 -
System Red Green Blue C M Y K H S L
Decimal 19 75 174 0.89 0.57 0 0.32 218.32 0.8 0.38
Hex 13 4B AE 59 39 0 20 DA 50 26
Octal 23 113 256 131 71 0 40 332 120 46
Binary 10011 1001011 10101110 1011001 111001 0 100000 11011010 1010000 100110

Color Harmonies of #134BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134BAE

Black with #134BAE

Text Example


Text Example

White with #134BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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