Html Css Color HEX #134DBA Denim

📋 copy color: '#134DBA'

red 19 ◦ green 77 ◦ blue 186

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

Shades of Denim #134DBA

Tints of Denim #134DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.96%

R = 6.74%
G = 27.3%
B = 65.96%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#134DBA (or 0x134DBA) is known color: Denim. HEX triplet: 13, 4D and BA. RGB value is (19,77,186). Sum of RGB (Red+Green+Blue) = 19+77+186=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #134DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134DBA is #ECB245. Grayscale: #474747. Windows color (decimal): -15512134 or 12209427. OLE color: 12209427.

HSL color Cylindrical-coordinate representation of color #134DBA: hue angle of 219.16º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134DBA is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 77 186 -
CMYK 0.90 0.59 0 0.27
HSL 219.16º 0.81% 0.4% -
HSV(B) 219.16º 0.9% 0.73% -
XYZ 11.79 8.99 47.57 -
YUV 72.08 192.28 90.14 -
System Red Green Blue C M Y K H S L
Decimal 19 77 186 0.90 0.59 0 0.27 219.16 0.81 0.4
Hex 13 4D BA 5A 3B 0 1B DB 51 28
Octal 23 115 272 132 73 0 33 333 121 50
Binary 10011 1001101 10111010 1011010 111011 0 11011 11011011 1010001 101000

Color Harmonies of #134DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134DBA

Black with #134DBA

Text Example


Text Example

White with #134DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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