Html Css Color HEX #134DA9 Cobalt

📋 copy color: '#134DA9'

red 19 ◦ green 77 ◦ blue 169

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

Shades of Cobalt #134DA9

Tints of Cobalt #134DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 63.77%

R = 7.17%
G = 29.06%
B = 63.77%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#134DA9 (or 0x134DA9) is known color: Cobalt. HEX triplet: 13, 4D and A9. RGB value is (19,77,169). Sum of RGB (Red+Green+Blue) = 19+77+169=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 169 (66.41% from 255 or 63.77% from 265); Max value from RGB is 169 - color contains mainly: blue. Hex color #134DA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134DA9 is #ECB256. Grayscale: #454545. Windows color (decimal): -15512151 or 11095315. OLE color: 11095315.

HSL color Cylindrical-coordinate representation of color #134DA9: hue angle of 216.8º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134DA9 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 19 77 169 -
CMYK 0.89 0.54 0 0.34
HSL 216.8º 0.8% 0.37% -
HSV(B) 216.8º 0.89% 0.66% -
XYZ 10.08 8.31 38.61 -
YUV 70.15 183.78 91.52 -
System Red Green Blue C M Y K H S L
Decimal 19 77 169 0.89 0.54 0 0.34 216.8 0.8 0.37
Hex 13 4D A9 59 36 0 22 D9 50 25
Octal 23 115 251 131 66 0 42 331 120 45
Binary 10011 1001101 10101001 1011001 110110 0 100010 11011001 1010000 100101

Color Harmonies of #134DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134DA9

Black with #134DA9

Text Example


Text Example

White with #134DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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