Html Css Color HEX #134EB5 Denim

📋 copy color: '#134EB5'

red 19 ◦ green 78 ◦ blue 181

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

Shades of Denim #134EB5

Tints of Denim #134EB5

RGB

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

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

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

R = 6.83%
G = 28.06%
B = 65.11%

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

#134EB5 (or 0x134EB5) is known color: Denim. HEX triplet: 13, 4E and B5. RGB value is (19,78,181). Sum of RGB (Red+Green+Blue) = 19+78+181=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 181 (71.09% from 255 or 65.11% from 278); Max value from RGB is 181 - color contains mainly: blue. Hex color #134EB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134EB5 is #ECB14A. Grayscale: #474747. Windows color (decimal): -15511883 or 11882003. OLE color: 11882003.

HSL color Cylindrical-coordinate representation of color #134EB5: hue angle of 218.15º 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 #134EB5 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 78 181 -
CMYK 0.90 0.57 0 0.29
HSL 218.15º 0.81% 0.39% -
HSV(B) 218.15º 0.9% 0.71% -
XYZ 11.33 8.92 44.84 -
YUV 72.1 189.45 90.12 -
System Red Green Blue C M Y K H S L
Decimal 19 78 181 0.90 0.57 0 0.29 218.15 0.81 0.39
Hex 13 4E B5 5A 39 0 1D DA 51 27
Octal 23 116 265 132 71 0 35 332 121 47
Binary 10011 1001110 10110101 1011010 111001 0 11101 11011010 1010001 100111

Color Harmonies of #134EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134EB5

Black with #134EB5

Text Example


Text Example

White with #134EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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