Html Css Color HEX #135DCC Denim

📋 copy color: '#135DCC'

red 19 ◦ green 93 ◦ blue 204

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

Shades of Denim #135DCC

Tints of Denim #135DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.56%

R = 6.01%
G = 29.43%
B = 64.56%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#135DCC (or 0x135DCC) is known color: Denim. HEX triplet: 13, 5D and CC. RGB value is (19,93,204). Sum of RGB (Red+Green+Blue) = 19+93+204=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #135DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135DCC is #ECA233. Grayscale: #535353. Windows color (decimal): -15508020 or 13393171. OLE color: 13393171.

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

Color convert

RGB 19 93 204 -
CMYK 0.91 0.54 0 0.2
HSL 216º 0.83% 0.44% -
HSV(B) 216º 0.91% 0.8% -
XYZ 15.08 12.33 58.71 -
YUV 83.53 195.98 81.97 -
System Red Green Blue C M Y K H S L
Decimal 19 93 204 0.91 0.54 0 0.2 216 0.83 0.44
Hex 13 5D CC 5B 36 0 14 D8 53 2C
Octal 23 135 314 133 66 0 24 330 123 54
Binary 10011 1011101 11001100 1011011 110110 0 10100 11011000 1010011 101100

Color Harmonies of #135DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135DCC

Black with #135DCC

Text Example


Text Example

White with #135DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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