Html Css Color HEX #134D9E Cobalt

📋 copy color: '#134D9E'

red 19 ◦ green 77 ◦ blue 158

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

Shades of Cobalt #134D9E

Tints of Cobalt #134D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 62.2%

R = 7.48%
G = 30.31%
B = 62.2%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#134D9E (or 0x134D9E) is known color: Cobalt. HEX triplet: 13, 4D and 9E. RGB value is (19,77,158). Sum of RGB (Red+Green+Blue) = 19+77+158=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 158 (62.11% from 255 or 62.20% from 254); Max value from RGB is 158 - color contains mainly: blue. Hex color #134D9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134D9E is #ECB261. Grayscale: #444444. Windows color (decimal): -15512162 or 10374419. OLE color: 10374419.

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

Color convert

RGB 19 77 158 -
CMYK 0.88 0.51 0 0.38
HSL 214.96º 0.79% 0.35% -
HSV(B) 214.96º 0.88% 0.62% -
XYZ 9.09 7.91 33.4 -
YUV 68.89 178.28 92.41 -
System Red Green Blue C M Y K H S L
Decimal 19 77 158 0.88 0.51 0 0.38 214.96 0.79 0.35
Hex 13 4D 9E 58 33 0 26 D7 4F 23
Octal 23 115 236 130 63 0 46 327 117 43
Binary 10011 1001101 10011110 1011000 110011 0 100110 11010111 1001111 100011

Color Harmonies of #134D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D9E

Black with #134D9E

Text Example


Text Example

White with #134D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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