Html Css Color HEX #135DC0 Denim

📋 copy color: '#135DC0'

red 19 ◦ green 93 ◦ blue 192

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

Shades of Denim #135DC0

Tints of Denim #135DC0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.59%

 BLUE value IS 192 (75.39% from 255) = 63.16%

R = 6.25%
G = 30.59%
B = 63.16%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#135DC0 (or 0x135DC0) is known color: Denim. HEX triplet: 13, 5D and C0. RGB value is (19,93,192). Sum of RGB (Red+Green+Blue) = 19+93+192=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 192 (75.39% from 255 or 63.16% from 304); Max value from RGB is 192 - color contains mainly: blue. Hex color #135DC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135DC0 is #ECA23F. Grayscale: #515151. Windows color (decimal): -15508032 or 12606739. OLE color: 12606739.

HSL color Cylindrical-coordinate representation of color #135DC0: hue angle of 214.34º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135DC0 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 93 192 -
CMYK 0.90 0.52 0 0.25
HSL 214.34º 0.82% 0.41% -
HSV(B) 214.34º 0.9% 0.75% -
XYZ 13.7 11.77 51.42 -
YUV 82.16 189.98 82.95 -
System Red Green Blue C M Y K H S L
Decimal 19 93 192 0.90 0.52 0 0.25 214.34 0.82 0.41
Hex 13 5D C0 5A 34 0 19 D6 52 29
Octal 23 135 300 132 64 0 31 326 122 51
Binary 10011 1011101 11000000 1011010 110100 0 11001 11010110 1010010 101001

Color Harmonies of #135DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135DC0

Black with #135DC0

Text Example


Text Example

White with #135DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,93,192); }

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

background-color css

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

 a { background-color: rgb(19,93,192); }

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

border-color css

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

 span { border-color: rgb(19,93,192); }

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