Html Css Color HEX #134C99 Cobalt

📋 copy color: '#134C99'

red 19 ◦ green 76 ◦ blue 153

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

Shades of Cobalt #134C99

Tints of Cobalt #134C99

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.65%

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

R = 7.66%
G = 30.65%
B = 61.69%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#134C99 (or 0x134C99) is known color: Cobalt. HEX triplet: 13, 4C and 99. RGB value is (19,76,153). Sum of RGB (Red+Green+Blue) = 19+76+153=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #134C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134C99 is #ECB366. Grayscale: #434343. Windows color (decimal): -15512423 or 10046483. OLE color: 10046483.

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

Color convert

RGB 19 76 153 -
CMYK 0.88 0.50 0 0.4
HSL 214.48º 0.78% 0.34% -
HSV(B) 214.48º 0.88% 0.6% -
XYZ 8.6 7.61 31.15 -
YUV 67.74 176.12 93.24 -
System Red Green Blue C M Y K H S L
Decimal 19 76 153 0.88 0.50 0 0.4 214.48 0.78 0.34
Hex 13 4C 99 58 32 0 28 D6 4E 22
Octal 23 114 231 130 62 0 50 326 116 42
Binary 10011 1001100 10011001 1011000 110010 0 101000 11010110 1001110 100010

Color Harmonies of #134C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C99

Black with #134C99

Text Example


Text Example

White with #134C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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