Html Css Color HEX #135BCE Denim

📋 copy color: '#135BCE'

red 19 ◦ green 91 ◦ blue 206

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

Shades of Denim #135BCE

Tints of Denim #135BCE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.8%

 BLUE value IS 206 (80.86% from 255) = 65.19%

R = 6.01%
G = 28.8%
B = 65.19%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#135BCE (or 0x135BCE) is known color: Denim. HEX triplet: 13, 5B and CE. RGB value is (19,91,206). Sum of RGB (Red+Green+Blue) = 19+91+206=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #135BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135BCE is #ECA431. Grayscale: #525252. Windows color (decimal): -15508530 or 13523731. OLE color: 13523731.

HSL color Cylindrical-coordinate representation of color #135BCE: hue angle of 216.9º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135BCE is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 91 206 -
CMYK 0.91 0.56 0 0.19
HSL 216.9º 0.83% 0.44% -
HSV(B) 216.9º 0.91% 0.81% -
XYZ 15.15 12.08 59.93 -
YUV 82.58 197.65 82.65 -
System Red Green Blue C M Y K H S L
Decimal 19 91 206 0.91 0.56 0 0.19 216.9 0.83 0.44
Hex 13 5B CE 5B 38 0 13 D9 53 2C
Octal 23 133 316 133 70 0 23 331 123 54
Binary 10011 1011011 11001110 1011011 111000 0 10011 11011001 1010011 101100

Color Harmonies of #135BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BCE

Black with #135BCE

Text Example


Text Example

White with #135BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,91,206); }

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

background-color css

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

 a { background-color: rgb(19,91,206); }

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

border-color css

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

 span { border-color: rgb(19,91,206); }

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