Html Css Color HEX #135CBA Denim

📋 copy color: '#135CBA'

red 19 ◦ green 92 ◦ blue 186

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

Shades of Denim #135CBA

Tints of Denim #135CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.98%

 BLUE value IS 186 (73.05% from 255) = 62.63%

R = 6.4%
G = 30.98%
B = 62.63%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#135CBA (or 0x135CBA) is known color: Denim. HEX triplet: 13, 5C and BA. RGB value is (19,92,186). Sum of RGB (Red+Green+Blue) = 19+92+186=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #135CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135CBA is #ECA345. Grayscale: #505050. Windows color (decimal): -15508294 or 12213267. OLE color: 12213267.

HSL color Cylindrical-coordinate representation of color #135CBA: hue angle of 213.77º degrees, saturation: 0.81, 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 #135CBA is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 92 186 -
CMYK 0.90 0.51 0 0.27
HSL 213.77º 0.81% 0.4% -
HSV(B) 213.77º 0.9% 0.73% -
XYZ 12.96 11.34 47.96 -
YUV 80.89 187.32 83.86 -
System Red Green Blue C M Y K H S L
Decimal 19 92 186 0.90 0.51 0 0.27 213.77 0.81 0.4
Hex 13 5C BA 5A 33 0 1B D6 51 28
Octal 23 134 272 132 63 0 33 326 121 50
Binary 10011 1011100 10111010 1011010 110011 0 11011 11010110 1010001 101000

Color Harmonies of #135CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135CBA

Black with #135CBA

Text Example


Text Example

White with #135CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,92,186); }

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

background-color css

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

 a { background-color: rgb(19,92,186); }

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

border-color css

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

 span { border-color: rgb(19,92,186); }

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