Html Css Color HEX #134AB1 Cobalt

📋 copy color: '#134AB1'

red 19 ◦ green 74 ◦ blue 177

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

Shades of Cobalt #134AB1

Tints of Cobalt #134AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 65.56%

R = 7.04%
G = 27.41%
B = 65.56%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#134AB1 (or 0x134AB1) is known color: Cobalt. HEX triplet: 13, 4A and B1. RGB value is (19,74,177). Sum of RGB (Red+Green+Blue) = 19+74+177=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 177 (69.53% from 255 or 65.56% from 270); Max value from RGB is 177 - color contains mainly: blue. Hex color #134AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134AB1 is #ECB54E. Grayscale: #444444. Windows color (decimal): -15512911 or 11618835. OLE color: 11618835.

HSL color Cylindrical-coordinate representation of color #134AB1: hue angle of 219.11º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134AB1 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 74 177 -
CMYK 0.89 0.58 0 0.31
HSL 219.11º 0.81% 0.38% -
HSV(B) 219.11º 0.89% 0.69% -
XYZ 10.65 8.21 42.62 -
YUV 69.3 188.78 92.12 -
System Red Green Blue C M Y K H S L
Decimal 19 74 177 0.89 0.58 0 0.31 219.11 0.81 0.38
Hex 13 4A B1 59 3A 0 1F DB 51 26
Octal 23 112 261 131 72 0 37 333 121 46
Binary 10011 1001010 10110001 1011001 111010 0 11111 11011011 1010001 100110

Color Harmonies of #134AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134AB1

Black with #134AB1

Text Example


Text Example

White with #134AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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