Html Css Color HEX #134BB0 Cobalt

📋 copy color: '#134BB0'

red 19 ◦ green 75 ◦ blue 176

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

Shades of Cobalt #134BB0

Tints of Cobalt #134BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 65.19%

R = 7.04%
G = 27.78%
B = 65.19%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#134BB0 (or 0x134BB0) is known color: Cobalt. HEX triplet: 13, 4B and B0. RGB value is (19,75,176). Sum of RGB (Red+Green+Blue) = 19+75+176=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 176 (69.14% from 255 or 65.19% from 270); Max value from RGB is 176 - color contains mainly: blue. Hex color #134BB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134BB0 is #ECB44F. Grayscale: #454545. Windows color (decimal): -15512656 or 11553555. OLE color: 11553555.

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

Color convert

RGB 19 75 176 -
CMYK 0.89 0.57 0 0.31
HSL 218.6º 0.81% 0.38% -
HSV(B) 218.6º 0.89% 0.69% -
XYZ 10.62 8.31 42.12 -
YUV 69.77 187.95 91.79 -
System Red Green Blue C M Y K H S L
Decimal 19 75 176 0.89 0.57 0 0.31 218.6 0.81 0.38
Hex 13 4B B0 59 39 0 1F DB 51 26
Octal 23 113 260 131 71 0 37 333 121 46
Binary 10011 1001011 10110000 1011001 111001 0 11111 11011011 1010001 100110

Color Harmonies of #134BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134BB0

Black with #134BB0

Text Example


Text Example

White with #134BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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