Html Css Color HEX #135BCF Denim

📋 copy color: '#135BCF'

red 19 ◦ green 91 ◦ blue 207

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

Shades of Denim #135BCF

Tints of Denim #135BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.3%

R = 5.99%
G = 28.71%
B = 65.3%

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

#135BCF (or 0x135BCF) is known color: Denim. HEX triplet: 13, 5B and CF. RGB value is (19,91,207). Sum of RGB (Red+Green+Blue) = 19+91+207=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #135BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135BCF is #ECA430. Grayscale: #525252. Windows color (decimal): -15508529 or 13589267. OLE color: 13589267.

HSL color Cylindrical-coordinate representation of color #135BCF: hue angle of 217.02º 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 #135BCF is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 91 207 -
CMYK 0.91 0.56 0 0.19
HSL 217.02º 0.83% 0.44% -
HSV(B) 217.02º 0.91% 0.81% -
XYZ 15.27 12.13 60.57 -
YUV 82.7 198.15 82.57 -
System Red Green Blue C M Y K H S L
Decimal 19 91 207 0.91 0.56 0 0.19 217.02 0.83 0.44
Hex 13 5B CF 5B 38 0 13 D9 53 2C
Octal 23 133 317 133 70 0 23 331 123 54
Binary 10011 1011011 11001111 1011011 111000 0 10011 11011001 1010011 101100

Color Harmonies of #135BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BCF

Black with #135BCF

Text Example


Text Example

White with #135BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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