Html Css Color HEX #134B99 Cobalt

📋 copy color: '#134B99'

red 19 ◦ green 75 ◦ blue 153

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

Shades of Cobalt #134B99

Tints of Cobalt #134B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 61.94%

R = 7.69%
G = 30.36%
B = 61.94%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#134B99 (or 0x134B99) is known color: Cobalt. HEX triplet: 13, 4B and 99. RGB value is (19,75,153). Sum of RGB (Red+Green+Blue) = 19+75+153=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #134B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134B99 is #ECB466. Grayscale: #424242. Windows color (decimal): -15512679 or 10046227. OLE color: 10046227.

HSL color Cylindrical-coordinate representation of color #134B99: hue angle of 214.93º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134B99 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 75 153 -
CMYK 0.88 0.51 0 0.4
HSL 214.93º 0.78% 0.34% -
HSV(B) 214.93º 0.88% 0.6% -
XYZ 8.53 7.47 31.13 -
YUV 67.15 176.45 93.66 -
System Red Green Blue C M Y K H S L
Decimal 19 75 153 0.88 0.51 0 0.4 214.93 0.78 0.34
Hex 13 4B 99 58 33 0 28 D7 4E 22
Octal 23 113 231 130 63 0 50 327 116 42
Binary 10011 1001011 10011001 1011000 110011 0 101000 11010111 1001110 100010

Color Harmonies of #134B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134B99

Black with #134B99

Text Example


Text Example

White with #134B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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