Html Css Color HEX #134CAB Cobalt

📋 copy color: '#134CAB'

red 19 ◦ green 76 ◦ blue 171

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

Shades of Cobalt #134CAB

Tints of Cobalt #134CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.29%

R = 7.14%
G = 28.57%
B = 64.29%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#134CAB (or 0x134CAB) is known color: Cobalt. HEX triplet: 13, 4C and AB. RGB value is (19,76,171). Sum of RGB (Red+Green+Blue) = 19+76+171=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #134CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134CAB is #ECB354. Grayscale: #454545. Windows color (decimal): -15512405 or 11226131. OLE color: 11226131.

HSL color Cylindrical-coordinate representation of color #134CAB: hue angle of 217.5º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134CAB is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 76 171 -
CMYK 0.89 0.56 0 0.33
HSL 217.5º 0.8% 0.37% -
HSV(B) 217.5º 0.89% 0.67% -
XYZ 10.2 8.25 39.58 -
YUV 69.79 185.12 91.78 -
System Red Green Blue C M Y K H S L
Decimal 19 76 171 0.89 0.56 0 0.33 217.5 0.8 0.37
Hex 13 4C AB 59 38 0 21 DA 50 25
Octal 23 114 253 131 70 0 41 332 120 45
Binary 10011 1001100 10101011 1011001 111000 0 100001 11011010 1010000 100101

Color Harmonies of #134CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134CAB

Black with #134CAB

Text Example


Text Example

White with #134CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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