Html Css Color HEX #134999 Cobalt

📋 copy color: '#134999'

red 19 ◦ green 73 ◦ blue 153

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

Shades of Cobalt #134999

Tints of Cobalt #134999

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.8%

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

R = 7.76%
G = 29.8%
B = 62.45%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#134999 (or 0x134999) is known color: Cobalt. HEX triplet: 13, 49 and 99. RGB value is (19,73,153). Sum of RGB (Red+Green+Blue) = 19+73+153=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #134999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134999 is #ECB666. Grayscale: #414141. Windows color (decimal): -15513191 or 10045715. OLE color: 10045715.

HSL color Cylindrical-coordinate representation of color #134999: hue angle of 215.82º 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 #134999 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 73 153 -
CMYK 0.88 0.52 0 0.4
HSL 215.82º 0.78% 0.34% -
HSV(B) 215.82º 0.88% 0.6% -
XYZ 8.4 7.2 31.08 -
YUV 65.97 177.11 94.5 -
System Red Green Blue C M Y K H S L
Decimal 19 73 153 0.88 0.52 0 0.4 215.82 0.78 0.34
Hex 13 49 99 58 34 0 28 D8 4E 22
Octal 23 111 231 130 64 0 50 330 116 42
Binary 10011 1001001 10011001 1011000 110100 0 101000 11011000 1001110 100010

Color Harmonies of #134999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134999

Black with #134999

Text Example


Text Example

White with #134999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134999; }

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

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

background-color css

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

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

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

border-color css

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

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

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