Html Css Color HEX #135DC8 Denim

📋 copy color: '#135DC8'

red 19 ◦ green 93 ◦ blue 200

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

Shades of Denim #135DC8

Tints of Denim #135DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 64.1%

R = 6.09%
G = 29.81%
B = 64.1%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#135DC8 (or 0x135DC8) is known color: Denim. HEX triplet: 13, 5D and C8. RGB value is (19,93,200). Sum of RGB (Red+Green+Blue) = 19+93+200=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 200 (78.52% from 255 or 64.10% from 312); Max value from RGB is 200 - color contains mainly: blue. Hex color #135DC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135DC8 is #ECA237. Grayscale: #525252. Windows color (decimal): -15508024 or 13131027. OLE color: 13131027.

HSL color Cylindrical-coordinate representation of color #135DC8: hue angle of 215.47º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135DC8 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 93 200 -
CMYK 0.90 0.54 0 0.22
HSL 215.47º 0.83% 0.43% -
HSV(B) 215.47º 0.91% 0.78% -
XYZ 14.61 12.14 56.22 -
YUV 83.07 193.98 82.3 -
System Red Green Blue C M Y K H S L
Decimal 19 93 200 0.90 0.54 0 0.22 215.47 0.83 0.43
Hex 13 5D C8 5A 36 0 16 D7 53 2B
Octal 23 135 310 132 66 0 26 327 123 53
Binary 10011 1011101 11001000 1011010 110110 0 10110 11010111 1010011 101011

Color Harmonies of #135DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135DC8

Black with #135DC8

Text Example


Text Example

White with #135DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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