Html Css Color HEX #134897 Cobalt

📋 copy color: '#134897'

red 19 ◦ green 72 ◦ blue 151

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

Shades of Cobalt #134897

Tints of Cobalt #134897

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.75%

 BLUE value IS 151 (59.38% from 255) = 62.4%

R = 7.85%
G = 29.75%
B = 62.4%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#134897 (or 0x134897) is known color: Cobalt. HEX triplet: 13, 48 and 97. RGB value is (19,72,151). Sum of RGB (Red+Green+Blue) = 19+72+151=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 151 (59.38% from 255 or 62.40% from 242); Max value from RGB is 151 - color contains mainly: blue. Hex color #134897 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134897 is #ECB768. Grayscale: #404040. Windows color (decimal): -15513449 or 9914387. OLE color: 9914387.

HSL color Cylindrical-coordinate representation of color #134897: hue angle of 215.91º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134897 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 72 151 -
CMYK 0.87 0.52 0 0.41
HSL 215.91º 0.78% 0.33% -
HSV(B) 215.91º 0.87% 0.59% -
XYZ 8.17 7.01 30.2 -
YUV 65.16 176.44 95.08 -
System Red Green Blue C M Y K H S L
Decimal 19 72 151 0.87 0.52 0 0.41 215.91 0.78 0.33
Hex 13 48 97 57 34 0 29 D8 4E 21
Octal 23 110 227 127 64 0 51 330 116 41
Binary 10011 1001000 10010111 1010111 110100 0 101001 11011000 1001110 100001

Color Harmonies of #134897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134897

Black with #134897

Text Example


Text Example

White with #134897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134897; }

 p { color: rgb(19,72,151); }

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

background-color css

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

 a { background-color: rgb(19,72,151); }

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

border-color css

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

 span { border-color: rgb(19,72,151); }

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