Html Css Color HEX #134FAB Cobalt

📋 copy color: '#134FAB'

red 19 ◦ green 79 ◦ blue 171

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

Shades of Cobalt #134FAB

Tints of Cobalt #134FAB

RGB

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

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

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

R = 7.06%
G = 29.37%
B = 63.57%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#134FAB (or 0x134FAB) is known color: Cobalt. HEX triplet: 13, 4F and AB. RGB value is (19,79,171). Sum of RGB (Red+Green+Blue) = 19+79+171=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #134FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134FAB is #ECB054. Grayscale: #474747. Windows color (decimal): -15511637 or 11226899. OLE color: 11226899.

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

Color convert

RGB 19 79 171 -
CMYK 0.89 0.54 0 0.33
HSL 216.32º 0.8% 0.37% -
HSV(B) 216.32º 0.89% 0.67% -
XYZ 10.42 8.67 39.65 -
YUV 71.55 184.12 90.52 -
System Red Green Blue C M Y K H S L
Decimal 19 79 171 0.89 0.54 0 0.33 216.32 0.8 0.37
Hex 13 4F AB 59 36 0 21 D8 50 25
Octal 23 117 253 131 66 0 41 330 120 45
Binary 10011 1001111 10101011 1011001 110110 0 100001 11011000 1010000 100101

Color Harmonies of #134FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134FAB

Black with #134FAB

Text Example


Text Example

White with #134FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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