Html Css Color HEX #135ACD Denim

📋 copy color: '#135ACD'

red 19 ◦ green 90 ◦ blue 205

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

Shades of Denim #135ACD

Tints of Denim #135ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.66%

 BLUE value IS 205 (80.47% from 255) = 65.29%

R = 6.05%
G = 28.66%
B = 65.29%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#135ACD (or 0x135ACD) is known color: Denim. HEX triplet: 13, 5A and CD. RGB value is (19,90,205). Sum of RGB (Red+Green+Blue) = 19+90+205=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #135ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135ACD is #ECA532. Grayscale: #515151. Windows color (decimal): -15508787 or 13457939. OLE color: 13457939.

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

Color convert

RGB 19 90 205 -
CMYK 0.91 0.56 0 0.20
HSL 217.1º 0.83% 0.44% -
HSV(B) 217.1º 0.91% 0.8% -
XYZ 14.94 11.86 59.26 -
YUV 81.88 197.48 83.15 -
System Red Green Blue C M Y K H S L
Decimal 19 90 205 0.91 0.56 0 0.20 217.1 0.83 0.44
Hex 13 5A CD 5B 38 0 14 D9 53 2C
Octal 23 132 315 133 70 0 24 331 123 54
Binary 10011 1011010 11001101 1011011 111000 0 10100 11011001 1010011 101100

Color Harmonies of #135ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135ACD

Black with #135ACD

Text Example


Text Example

White with #135ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,90,205); }

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

background-color css

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

 a { background-color: rgb(19,90,205); }

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

border-color css

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

 span { border-color: rgb(19,90,205); }

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