Html Css Color HEX #135DC9 Denim

📋 copy color: '#135DC9'

red 19 ◦ green 93 ◦ blue 201

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

Shades of Denim #135DC9

Tints of Denim #135DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 64.22%

R = 6.07%
G = 29.71%
B = 64.22%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#135DC9 (or 0x135DC9) is known color: Denim. HEX triplet: 13, 5D and C9. RGB value is (19,93,201). Sum of RGB (Red+Green+Blue) = 19+93+201=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 201 (78.91% from 255 or 64.22% from 313); Max value from RGB is 201 - color contains mainly: blue. Hex color #135DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135DC9 is #ECA236. Grayscale: #525252. Windows color (decimal): -15508023 or 13196563. OLE color: 13196563.

HSL color Cylindrical-coordinate representation of color #135DC9: hue angle of 215.6º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135DC9 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 93 201 -
CMYK 0.91 0.54 0 0.21
HSL 215.6º 0.83% 0.43% -
HSV(B) 215.6º 0.91% 0.79% -
XYZ 14.73 12.18 56.83 -
YUV 83.19 194.48 82.22 -
System Red Green Blue C M Y K H S L
Decimal 19 93 201 0.91 0.54 0 0.21 215.6 0.83 0.43
Hex 13 5D C9 5B 36 0 15 D8 53 2B
Octal 23 135 311 133 66 0 25 330 123 53
Binary 10011 1011101 11001001 1011011 110110 0 10101 11011000 1010011 101011

Color Harmonies of #135DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135DC9

Black with #135DC9

Text Example


Text Example

White with #135DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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