Html Css Color HEX #134BAB Cobalt

📋 copy color: '#134BAB'

red 19 ◦ green 75 ◦ blue 171

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

Shades of Cobalt #134BAB

Tints of Cobalt #134BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.53%

R = 7.17%
G = 28.3%
B = 64.53%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#134BAB (or 0x134BAB) is known color: Cobalt. HEX triplet: 13, 4B and AB. RGB value is (19,75,171). Sum of RGB (Red+Green+Blue) = 19+75+171=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #134BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134BAB is #ECB454. Grayscale: #444444. Windows color (decimal): -15512661 or 11225875. OLE color: 11225875.

HSL color Cylindrical-coordinate representation of color #134BAB: hue angle of 217.89º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134BAB is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 75 171 -
CMYK 0.89 0.56 0 0.33
HSL 217.89º 0.8% 0.37% -
HSV(B) 217.89º 0.89% 0.67% -
XYZ 10.14 8.11 39.56 -
YUV 69.2 185.45 92.19 -
System Red Green Blue C M Y K H S L
Decimal 19 75 171 0.89 0.56 0 0.33 217.89 0.8 0.37
Hex 13 4B AB 59 38 0 21 DA 50 25
Octal 23 113 253 131 70 0 41 332 120 45
Binary 10011 1001011 10101011 1011001 111000 0 100001 11011010 1010000 100101

Color Harmonies of #134BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134BAB

Black with #134BAB

Text Example


Text Example

White with #134BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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