Html Css Color HEX #135CA6 Denim

📋 copy color: '#135CA6'

red 19 ◦ green 92 ◦ blue 166

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

Shades of Denim #135CA6

Tints of Denim #135CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 59.93%

R = 6.86%
G = 33.21%
B = 59.93%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#135CA6 (or 0x135CA6) is known color: Denim. HEX triplet: 13, 5C and A6. RGB value is (19,92,166). Sum of RGB (Red+Green+Blue) = 19+92+166=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 166 (65.23% from 255 or 59.93% from 277); Max value from RGB is 166 - color contains mainly: blue. Hex color #135CA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135CA6 is #ECA359. Grayscale: #4E4E4E. Windows color (decimal): -15508314 or 10902547. OLE color: 10902547.

HSL color Cylindrical-coordinate representation of color #135CA6: hue angle of 210.2º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #135CA6 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 92 166 -
CMYK 0.89 0.45 0 0.35
HSL 210.2º 0.79% 0.36% -
HSV(B) 210.2º 0.89% 0.65% -
XYZ 10.98 10.55 37.53 -
YUV 78.61 177.32 85.48 -
System Red Green Blue C M Y K H S L
Decimal 19 92 166 0.89 0.45 0 0.35 210.2 0.79 0.36
Hex 13 5C A6 59 2D 0 23 D2 4F 24
Octal 23 134 246 131 55 0 43 322 117 44
Binary 10011 1011100 10100110 1011001 101101 0 100011 11010010 1001111 100100

Color Harmonies of #135CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135CA6

Black with #135CA6

Text Example


Text Example

White with #135CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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