Html Css Color HEX #134C9F Cobalt

📋 copy color: '#134C9F'

red 19 ◦ green 76 ◦ blue 159

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

Shades of Cobalt #134C9F

Tints of Cobalt #134C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 62.6%

R = 7.48%
G = 29.92%
B = 62.6%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#134C9F (or 0x134C9F) is known color: Cobalt. HEX triplet: 13, 4C and 9F. RGB value is (19,76,159). Sum of RGB (Red+Green+Blue) = 19+76+159=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #134C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134C9F is #ECB360. Grayscale: #444444. Windows color (decimal): -15512417 or 10439699. OLE color: 10439699.

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

Color convert

RGB 19 76 159 -
CMYK 0.88 0.52 0 0.38
HSL 215.57º 0.79% 0.35% -
HSV(B) 215.57º 0.88% 0.62% -
XYZ 9.11 7.81 33.83 -
YUV 68.42 179.12 92.75 -
System Red Green Blue C M Y K H S L
Decimal 19 76 159 0.88 0.52 0 0.38 215.57 0.79 0.35
Hex 13 4C 9F 58 34 0 26 D8 4F 23
Octal 23 114 237 130 64 0 46 330 117 43
Binary 10011 1001100 10011111 1011000 110100 0 100110 11011000 1001111 100011

Color Harmonies of #134C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C9F

Black with #134C9F

Text Example


Text Example

White with #134C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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