Html Css Color HEX #134D9F Cobalt

📋 copy color: '#134D9F'

red 19 ◦ green 77 ◦ blue 159

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

Shades of Cobalt #134D9F

Tints of Cobalt #134D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 62.35%

R = 7.45%
G = 30.2%
B = 62.35%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#134D9F (or 0x134D9F) is known color: Cobalt. HEX triplet: 13, 4D and 9F. RGB value is (19,77,159). Sum of RGB (Red+Green+Blue) = 19+77+159=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #134D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134D9F is #ECB260. Grayscale: #444444. Windows color (decimal): -15512161 or 10439955. OLE color: 10439955.

HSL color Cylindrical-coordinate representation of color #134D9F: hue angle of 215.14º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134D9F is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 77 159 -
CMYK 0.88 0.52 0 0.38
HSL 215.14º 0.79% 0.35% -
HSV(B) 215.14º 0.88% 0.62% -
XYZ 9.18 7.95 33.85 -
YUV 69.01 178.78 92.33 -
System Red Green Blue C M Y K H S L
Decimal 19 77 159 0.88 0.52 0 0.38 215.14 0.79 0.35
Hex 13 4D 9F 58 34 0 26 D7 4F 23
Octal 23 115 237 130 64 0 46 327 117 43
Binary 10011 1001101 10011111 1011000 110100 0 100110 11010111 1001111 100011

Color Harmonies of #134D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D9F

Black with #134D9F

Text Example


Text Example

White with #134D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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