Html Css Color HEX #134DB5 Denim

📋 copy color: '#134DB5'

red 19 ◦ green 77 ◦ blue 181

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

Shades of Denim #134DB5

Tints of Denim #134DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 65.34%

R = 6.86%
G = 27.8%
B = 65.34%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#134DB5 (or 0x134DB5) is known color: Denim. HEX triplet: 13, 4D and B5. RGB value is (19,77,181). Sum of RGB (Red+Green+Blue) = 19+77+181=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 181 (71.09% from 255 or 65.34% from 277); Max value from RGB is 181 - color contains mainly: blue. Hex color #134DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134DB5 is #ECB24A. Grayscale: #474747. Windows color (decimal): -15512139 or 11881747. OLE color: 11881747.

HSL color Cylindrical-coordinate representation of color #134DB5: hue angle of 218.52º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134DB5 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 77 181 -
CMYK 0.90 0.57 0 0.29
HSL 218.52º 0.81% 0.39% -
HSV(B) 218.52º 0.9% 0.71% -
XYZ 11.26 8.78 44.82 -
YUV 71.51 189.78 90.54 -
System Red Green Blue C M Y K H S L
Decimal 19 77 181 0.90 0.57 0 0.29 218.52 0.81 0.39
Hex 13 4D B5 5A 39 0 1D DB 51 27
Octal 23 115 265 132 71 0 35 333 121 47
Binary 10011 1001101 10110101 1011010 111001 0 11101 11011011 1010001 100111

Color Harmonies of #134DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134DB5

Black with #134DB5

Text Example


Text Example

White with #134DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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