Html Css Color HEX #134DD2 Denim

📋 copy color: '#134DD2'

red 19 ◦ green 77 ◦ blue 210

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

Shades of Denim #134DD2

Tints of Denim #134DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 68.63%

R = 6.21%
G = 25.16%
B = 68.63%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#134DD2 (or 0x134DD2) is known color: Denim. HEX triplet: 13, 4D and D2. RGB value is (19,77,210). Sum of RGB (Red+Green+Blue) = 19+77+210=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 210 (82.42% from 255 or 68.63% from 306); Max value from RGB is 210 - color contains mainly: blue. Hex color #134DD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134DD2 is #ECB22D. Grayscale: #4A4A4A. Windows color (decimal): -15512110 or 13782291. OLE color: 13782291.

HSL color Cylindrical-coordinate representation of color #134DD2: hue angle of 221.78º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134DD2 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 77 210 -
CMYK 0.91 0.63 0 0.18
HSL 221.78º 0.83% 0.45% -
HSV(B) 221.78º 0.91% 0.82% -
XYZ 14.56 10.1 62.15 -
YUV 74.82 204.28 88.19 -
System Red Green Blue C M Y K H S L
Decimal 19 77 210 0.91 0.63 0 0.18 221.78 0.83 0.45
Hex 13 4D D2 5B 3F 0 12 DE 53 2D
Octal 23 115 322 133 77 0 22 336 123 55
Binary 10011 1001101 11010010 1011011 111111 0 10010 11011110 1010011 101101

Color Harmonies of #134DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134DD2

Black with #134DD2

Text Example


Text Example

White with #134DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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