Html Css Color HEX #135FCB Denim

📋 copy color: '#135FCB'

red 19 ◦ green 95 ◦ blue 203

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

Shades of Denim #135FCB

Tints of Denim #135FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.04%

R = 5.99%
G = 29.97%
B = 64.04%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#135FCB (or 0x135FCB) is known color: Denim. HEX triplet: 13, 5F and CB. RGB value is (19,95,203). Sum of RGB (Red+Green+Blue) = 19+95+203=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #135FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135FCB is #ECA034. Grayscale: #545454. Windows color (decimal): -15507509 or 13328147. OLE color: 13328147.

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

Color convert

RGB 19 95 203 -
CMYK 0.91 0.53 0 0.20
HSL 215.22º 0.83% 0.44% -
HSV(B) 215.22º 0.91% 0.8% -
XYZ 15.14 12.63 58.14 -
YUV 84.59 194.82 81.22 -
System Red Green Blue C M Y K H S L
Decimal 19 95 203 0.91 0.53 0 0.20 215.22 0.83 0.44
Hex 13 5F CB 5B 35 0 14 D7 53 2C
Octal 23 137 313 133 65 0 24 327 123 54
Binary 10011 1011111 11001011 1011011 110101 0 10100 11010111 1010011 101100

Color Harmonies of #135FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135FCB

Black with #135FCB

Text Example


Text Example

White with #135FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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