Html Css Color HEX #134F9B Cobalt

📋 copy color: '#134F9B'

red 19 ◦ green 79 ◦ blue 155

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

Shades of Cobalt #134F9B

Tints of Cobalt #134F9B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.23%

 BLUE value IS 155 (60.94% from 255) = 61.26%

R = 7.51%
G = 31.23%
B = 61.26%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#134F9B (or 0x134F9B) is known color: Cobalt. HEX triplet: 13, 4F and 9B. RGB value is (19,79,155). Sum of RGB (Red+Green+Blue) = 19+79+155=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #134F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134F9B is #ECB064. Grayscale: #454545. Windows color (decimal): -15511653 or 10178323. OLE color: 10178323.

HSL color Cylindrical-coordinate representation of color #134F9B: hue angle of 213.53º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134F9B is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 79 155 -
CMYK 0.88 0.49 0 0.39
HSL 213.53º 0.78% 0.34% -
HSV(B) 213.53º 0.88% 0.61% -
XYZ 8.98 8.1 32.1 -
YUV 69.72 176.12 91.82 -
System Red Green Blue C M Y K H S L
Decimal 19 79 155 0.88 0.49 0 0.39 213.53 0.78 0.34
Hex 13 4F 9B 58 31 0 27 D6 4E 22
Octal 23 117 233 130 61 0 47 326 116 42
Binary 10011 1001111 10011011 1011000 110001 0 100111 11010110 1001110 100010

Color Harmonies of #134F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F9B

Black with #134F9B

Text Example


Text Example

White with #134F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,79,155); }

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

background-color css

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

 a { background-color: rgb(19,79,155); }

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

border-color css

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

 span { border-color: rgb(19,79,155); }

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