Html Css Color HEX #134EAC Cobalt

📋 copy color: '#134EAC'

red 19 ◦ green 78 ◦ blue 172

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

Shades of Cobalt #134EAC

Tints of Cobalt #134EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29%

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

R = 7.06%
G = 29%
B = 63.94%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#134EAC (or 0x134EAC) is known color: Cobalt. HEX triplet: 13, 4E and AC. RGB value is (19,78,172). Sum of RGB (Red+Green+Blue) = 19+78+172=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #134EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134EAC is #ECB153. Grayscale: #464646. Windows color (decimal): -15511892 or 11292179. OLE color: 11292179.

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

Color convert

RGB 19 78 172 -
CMYK 0.89 0.55 0 0.33
HSL 216.86º 0.8% 0.37% -
HSV(B) 216.86º 0.89% 0.67% -
XYZ 10.44 8.57 40.13 -
YUV 71.08 184.95 90.86 -
System Red Green Blue C M Y K H S L
Decimal 19 78 172 0.89 0.55 0 0.33 216.86 0.8 0.37
Hex 13 4E AC 59 37 0 21 D9 50 25
Octal 23 116 254 131 67 0 41 331 120 45
Binary 10011 1001110 10101100 1011001 110111 0 100001 11011001 1010000 100101

Color Harmonies of #134EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134EAC

Black with #134EAC

Text Example


Text Example

White with #134EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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