Html Css Color HEX #134BAC Cobalt

📋 copy color: '#134BAC'

red 19 ◦ green 75 ◦ blue 172

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

Shades of Cobalt #134BAC

Tints of Cobalt #134BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.2%

 BLUE value IS 172 (67.58% from 255) = 64.66%

R = 7.14%
G = 28.2%
B = 64.66%

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

#134BAC (or 0x134BAC) is known color: Cobalt. HEX triplet: 13, 4B and AC. RGB value is (19,75,172). Sum of RGB (Red+Green+Blue) = 19+75+172=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #134BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134BAC is #ECB453. Grayscale: #444444. Windows color (decimal): -15512660 or 11291411. OLE color: 11291411.

HSL color Cylindrical-coordinate representation of color #134BAC: hue angle of 218.04º 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 #134BAC is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 75 172 -
CMYK 0.89 0.56 0 0.33
HSL 218.04º 0.8% 0.37% -
HSV(B) 218.04º 0.89% 0.67% -
XYZ 10.23 8.15 40.06 -
YUV 69.31 185.95 92.11 -
System Red Green Blue C M Y K H S L
Decimal 19 75 172 0.89 0.56 0 0.33 218.04 0.8 0.37
Hex 13 4B AC 59 38 0 21 DA 50 25
Octal 23 113 254 131 70 0 41 332 120 45
Binary 10011 1001011 10101100 1011001 111000 0 100001 11011010 1010000 100101

Color Harmonies of #134BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134BAC

Black with #134BAC

Text Example


Text Example

White with #134BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,75,172); }

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

background-color css

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

 a { background-color: rgb(19,75,172); }

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

border-color css

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

 span { border-color: rgb(19,75,172); }

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