Html Css Color HEX #134D9D Cobalt

📋 copy color: '#134D9D'

red 19 ◦ green 77 ◦ blue 157

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

Shades of Cobalt #134D9D

Tints of Cobalt #134D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 62.06%

R = 7.51%
G = 30.43%
B = 62.06%

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

#134D9D (or 0x134D9D) is known color: Cobalt. HEX triplet: 13, 4D and 9D. RGB value is (19,77,157). Sum of RGB (Red+Green+Blue) = 19+77+157=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #134D9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134D9D is #ECB262. Grayscale: #444444. Windows color (decimal): -15512163 or 10308883. OLE color: 10308883.

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

Color convert

RGB 19 77 157 -
CMYK 0.88 0.51 0 0.38
HSL 214.78º 0.78% 0.35% -
HSV(B) 214.78º 0.88% 0.62% -
XYZ 9.01 7.88 32.94 -
YUV 68.78 177.78 92.5 -
System Red Green Blue C M Y K H S L
Decimal 19 77 157 0.88 0.51 0 0.38 214.78 0.78 0.35
Hex 13 4D 9D 58 33 0 26 D7 4E 23
Octal 23 115 235 130 63 0 46 327 116 43
Binary 10011 1001101 10011101 1011000 110011 0 100110 11010111 1001110 100011

Color Harmonies of #134D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D9D

Black with #134D9D

Text Example


Text Example

White with #134D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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