Html Css Color HEX #134EA2 Cobalt

📋 copy color: '#134EA2'

red 19 ◦ green 78 ◦ blue 162

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

Shades of Cobalt #134EA2

Tints of Cobalt #134EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 62.55%

R = 7.34%
G = 30.12%
B = 62.55%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#134EA2 (or 0x134EA2) is known color: Cobalt. HEX triplet: 13, 4E and A2. RGB value is (19,78,162). Sum of RGB (Red+Green+Blue) = 19+78+162=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 162 (63.67% from 255 or 62.55% from 259); Max value from RGB is 162 - color contains mainly: blue. Hex color #134EA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134EA2 is #ECB15D. Grayscale: #454545. Windows color (decimal): -15511902 or 10636819. OLE color: 10636819.

HSL color Cylindrical-coordinate representation of color #134EA2: hue angle of 215.24º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134EA2 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 78 162 -
CMYK 0.88 0.52 0 0.36
HSL 215.24º 0.79% 0.35% -
HSV(B) 215.24º 0.88% 0.64% -
XYZ 9.51 8.2 35.26 -
YUV 69.94 179.95 91.67 -
System Red Green Blue C M Y K H S L
Decimal 19 78 162 0.88 0.52 0 0.36 215.24 0.79 0.35
Hex 13 4E A2 58 34 0 24 D7 4F 23
Octal 23 116 242 130 64 0 44 327 117 43
Binary 10011 1001110 10100010 1011000 110100 0 100100 11010111 1001111 100011

Color Harmonies of #134EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134EA2

Black with #134EA2

Text Example


Text Example

White with #134EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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