Html Css Color HEX #134DA2 Cobalt

📋 copy color: '#134DA2'

red 19 ◦ green 77 ◦ blue 162

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

Shades of Cobalt #134DA2

Tints of Cobalt #134DA2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.84%

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

R = 7.36%
G = 29.84%
B = 62.79%

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

#134DA2 (or 0x134DA2) is known color: Cobalt. HEX triplet: 13, 4D and A2. RGB value is (19,77,162). Sum of RGB (Red+Green+Blue) = 19+77+162=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 162 (63.67% from 255 or 62.79% from 258); Max value from RGB is 162 - color contains mainly: blue. Hex color #134DA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134DA2 is #ECB25D. Grayscale: #444444. Windows color (decimal): -15512158 or 10636563. OLE color: 10636563.

HSL color Cylindrical-coordinate representation of color #134DA2: hue angle of 215.66º 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 #134DA2 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 77 162 -
CMYK 0.88 0.52 0 0.36
HSL 215.66º 0.79% 0.35% -
HSV(B) 215.66º 0.88% 0.64% -
XYZ 9.44 8.05 35.24 -
YUV 69.35 180.28 92.09 -
System Red Green Blue C M Y K H S L
Decimal 19 77 162 0.88 0.52 0 0.36 215.66 0.79 0.35
Hex 13 4D A2 58 34 0 24 D8 4F 23
Octal 23 115 242 130 64 0 44 330 117 43
Binary 10011 1001101 10100010 1011000 110100 0 100100 11011000 1001111 100011

Color Harmonies of #134DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134DA2

Black with #134DA2

Text Example


Text Example

White with #134DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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