Html Css Color HEX #134DAB Cobalt

📋 copy color: '#134DAB'

red 19 ◦ green 77 ◦ blue 171

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

Shades of Cobalt #134DAB

Tints of Cobalt #134DAB

RGB

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

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

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

R = 7.12%
G = 28.84%
B = 64.04%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#134DAB (or 0x134DAB) is known color: Cobalt. HEX triplet: 13, 4D and AB. RGB value is (19,77,171). Sum of RGB (Red+Green+Blue) = 19+77+171=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #134DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134DAB is #ECB254. Grayscale: #454545. Windows color (decimal): -15512149 or 11226387. OLE color: 11226387.

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

Color convert

RGB 19 77 171 -
CMYK 0.89 0.55 0 0.33
HSL 217.11º 0.8% 0.37% -
HSV(B) 217.11º 0.89% 0.67% -
XYZ 10.27 8.39 39.61 -
YUV 70.37 184.78 91.36 -
System Red Green Blue C M Y K H S L
Decimal 19 77 171 0.89 0.55 0 0.33 217.11 0.8 0.37
Hex 13 4D AB 59 37 0 21 D9 50 25
Octal 23 115 253 131 67 0 41 331 120 45
Binary 10011 1001101 10101011 1011001 110111 0 100001 11011001 1010000 100101

Color Harmonies of #134DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134DAB

Black with #134DAB

Text Example


Text Example

White with #134DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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