Html Css Color HEX #135CCE Denim

📋 copy color: '#135CCE'

red 19 ◦ green 92 ◦ blue 206

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

Shades of Denim #135CCE

Tints of Denim #135CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.02%

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

R = 5.99%
G = 29.02%
B = 64.98%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#135CCE (or 0x135CCE) is known color: Denim. HEX triplet: 13, 5C and CE. RGB value is (19,92,206). Sum of RGB (Red+Green+Blue) = 19+92+206=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #135CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135CCE is #ECA331. Grayscale: #525252. Windows color (decimal): -15508274 or 13523987. OLE color: 13523987.

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

Color convert

RGB 19 92 206 -
CMYK 0.91 0.55 0 0.19
HSL 216.58º 0.83% 0.44% -
HSV(B) 216.58º 0.91% 0.81% -
XYZ 15.24 12.25 59.95 -
YUV 83.17 197.32 82.23 -
System Red Green Blue C M Y K H S L
Decimal 19 92 206 0.91 0.55 0 0.19 216.58 0.83 0.44
Hex 13 5C CE 5B 37 0 13 D9 53 2C
Octal 23 134 316 133 67 0 23 331 123 54
Binary 10011 1011100 11001110 1011011 110111 0 10011 11011001 1010011 101100

Color Harmonies of #135CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135CCE

Black with #135CCE

Text Example


Text Example

White with #135CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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