Html Css Color HEX #135EC7 Denim

📋 copy color: '#135EC7'

red 19 ◦ green 94 ◦ blue 199

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

Shades of Denim #135EC7

Tints of Denim #135EC7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.13%

 BLUE value IS 199 (78.13% from 255) = 63.78%

R = 6.09%
G = 30.13%
B = 63.78%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#135EC7 (or 0x135EC7) is known color: Denim. HEX triplet: 13, 5E and C7. RGB value is (19,94,199). Sum of RGB (Red+Green+Blue) = 19+94+199=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 199 (78.12% from 255 or 63.78% from 312); Max value from RGB is 199 - color contains mainly: blue. Hex color #135EC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135EC7 is #ECA138. Grayscale: #535353. Windows color (decimal): -15507769 or 13065747. OLE color: 13065747.

HSL color Cylindrical-coordinate representation of color #135EC7: hue angle of 215º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135EC7 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 94 199 -
CMYK 0.90 0.53 0 0.22
HSL 215º 0.83% 0.43% -
HSV(B) 215º 0.9% 0.78% -
XYZ 14.58 12.27 55.63 -
YUV 83.55 193.15 81.96 -
System Red Green Blue C M Y K H S L
Decimal 19 94 199 0.90 0.53 0 0.22 215 0.83 0.43
Hex 13 5E C7 5A 35 0 16 D7 53 2B
Octal 23 136 307 132 65 0 26 327 123 53
Binary 10011 1011110 11000111 1011010 110101 0 10110 11010111 1010011 101011

Color Harmonies of #135EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135EC7

Black with #135EC7

Text Example


Text Example

White with #135EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135EC7; }

 p { color: rgb(19,94,199); }

 H1.HeaderClassName
 {
   color: #135EC7;
 }
 .AnyTagClassName
 {
   color: #135EC7;
 }
</style>

background-color css

<style>
 a { background-color: #135EC7; }

 a { background-color: rgb(19,94,199); }

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

border-color css

<style>
 span { border-color: #135EC7; }

 span { border-color: rgb(19,94,199); }

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