Html Css Color HEX #135DBB Denim

📋 copy color: '#135DBB'

red 19 ◦ green 93 ◦ blue 187

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

Shades of Denim #135DBB

Tints of Denim #135DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.54%

R = 6.35%
G = 31.1%
B = 62.54%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#135DBB (or 0x135DBB) is known color: Denim. HEX triplet: 13, 5D and BB. RGB value is (19,93,187). Sum of RGB (Red+Green+Blue) = 19+93+187=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #135DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135DBB is #ECA244. Grayscale: #515151. Windows color (decimal): -15508037 or 12279059. OLE color: 12279059.

HSL color Cylindrical-coordinate representation of color #135DBB: hue angle of 213.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135DBB is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 93 187 -
CMYK 0.90 0.50 0 0.27
HSL 213.57º 0.82% 0.4% -
HSV(B) 213.57º 0.9% 0.73% -
XYZ 13.15 11.56 48.55 -
YUV 81.59 187.48 83.36 -
System Red Green Blue C M Y K H S L
Decimal 19 93 187 0.90 0.50 0 0.27 213.57 0.82 0.4
Hex 13 5D BB 5A 32 0 1B D6 52 28
Octal 23 135 273 132 62 0 33 326 122 50
Binary 10011 1011101 10111011 1011010 110010 0 11011 11010110 1010010 101000

Color Harmonies of #135DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135DBB

Black with #135DBB

Text Example


Text Example

White with #135DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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