Html Css Color HEX #134C9B Cobalt

📋 copy color: '#134C9B'

red 19 ◦ green 76 ◦ blue 155

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

Shades of Cobalt #134C9B

Tints of Cobalt #134C9B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.4%

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

R = 7.6%
G = 30.4%
B = 62%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#134C9B (or 0x134C9B) is known color: Cobalt. HEX triplet: 13, 4C and 9B. RGB value is (19,76,155). Sum of RGB (Red+Green+Blue) = 19+76+155=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #134C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134C9B is #ECB364. Grayscale: #434343. Windows color (decimal): -15512421 or 10177555. OLE color: 10177555.

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

Color convert

RGB 19 76 155 -
CMYK 0.88 0.51 0 0.39
HSL 214.85º 0.78% 0.34% -
HSV(B) 214.85º 0.88% 0.61% -
XYZ 8.77 7.67 32.03 -
YUV 67.96 177.12 93.08 -
System Red Green Blue C M Y K H S L
Decimal 19 76 155 0.88 0.51 0 0.39 214.85 0.78 0.34
Hex 13 4C 9B 58 33 0 27 D7 4E 22
Octal 23 114 233 130 63 0 47 327 116 42
Binary 10011 1001100 10011011 1011000 110011 0 100111 11010111 1001110 100010

Color Harmonies of #134C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C9B

Black with #134C9B

Text Example


Text Example

White with #134C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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