Html Css Color HEX #135BC8 Denim

📋 copy color: '#135BC8'

red 19 ◦ green 91 ◦ blue 200

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

Shades of Denim #135BC8

Tints of Denim #135BC8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.35%

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

R = 6.13%
G = 29.35%
B = 64.52%

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

#135BC8 (or 0x135BC8) is known color: Denim. HEX triplet: 13, 5B and C8. RGB value is (19,91,200). Sum of RGB (Red+Green+Blue) = 19+91+200=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 200 (78.52% from 255 or 64.52% from 310); Max value from RGB is 200 - color contains mainly: blue. Hex color #135BC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135BC8 is #ECA437. Grayscale: #515151. Windows color (decimal): -15508536 or 13130515. OLE color: 13130515.

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

Color convert

RGB 19 91 200 -
CMYK 0.90 0.54 0 0.22
HSL 216.13º 0.83% 0.43% -
HSV(B) 216.13º 0.91% 0.78% -
XYZ 14.43 11.79 56.16 -
YUV 81.9 194.65 83.14 -
System Red Green Blue C M Y K H S L
Decimal 19 91 200 0.90 0.54 0 0.22 216.13 0.83 0.43
Hex 13 5B C8 5A 36 0 16 D8 53 2B
Octal 23 133 310 132 66 0 26 330 123 53
Binary 10011 1011011 11001000 1011010 110110 0 10110 11011000 1010011 101011

Color Harmonies of #135BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BC8

Black with #135BC8

Text Example


Text Example

White with #135BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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