Html Css Color HEX #135FCD Denim

📋 copy color: '#135FCD'

red 19 ◦ green 95 ◦ blue 205

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

Shades of Denim #135FCD

Tints of Denim #135FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.78%

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

R = 5.96%
G = 29.78%
B = 64.26%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#135FCD (or 0x135FCD) is known color: Denim. HEX triplet: 13, 5F and CD. RGB value is (19,95,205). Sum of RGB (Red+Green+Blue) = 19+95+205=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #135FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135FCD is #ECA032. Grayscale: #545454. Windows color (decimal): -15507507 or 13459219. OLE color: 13459219.

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

Color convert

RGB 19 95 205 -
CMYK 0.91 0.54 0 0.20
HSL 215.48º 0.83% 0.44% -
HSV(B) 215.48º 0.91% 0.8% -
XYZ 15.38 12.73 59.4 -
YUV 84.82 195.82 81.06 -
System Red Green Blue C M Y K H S L
Decimal 19 95 205 0.91 0.54 0 0.20 215.48 0.83 0.44
Hex 13 5F CD 5B 36 0 14 D7 53 2C
Octal 23 137 315 133 66 0 24 327 123 54
Binary 10011 1011111 11001101 1011011 110110 0 10100 11010111 1010011 101100

Color Harmonies of #135FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135FCD

Black with #135FCD

Text Example


Text Example

White with #135FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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