Html Css Color HEX #135CA7 Denim

📋 copy color: '#135CA7'

red 19 ◦ green 92 ◦ blue 167

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

Shades of Denim #135CA7

Tints of Denim #135CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 60.07%

R = 6.83%
G = 33.09%
B = 60.07%

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

#135CA7 (or 0x135CA7) is known color: Denim. HEX triplet: 13, 5C and A7. RGB value is (19,92,167). Sum of RGB (Red+Green+Blue) = 19+92+167=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 167 (65.62% from 255 or 60.07% from 278); Max value from RGB is 167 - color contains mainly: blue. Hex color #135CA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135CA7 is #ECA358. Grayscale: #4E4E4E. Windows color (decimal): -15508313 or 10968083. OLE color: 10968083.

HSL color Cylindrical-coordinate representation of color #135CA7: hue angle of 210.41º degrees, saturation: 0.8, 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 #135CA7 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 92 167 -
CMYK 0.89 0.45 0 0.35
HSL 210.41º 0.8% 0.36% -
HSV(B) 210.41º 0.89% 0.65% -
XYZ 11.07 10.58 38.02 -
YUV 78.72 177.82 85.4 -
System Red Green Blue C M Y K H S L
Decimal 19 92 167 0.89 0.45 0 0.35 210.41 0.8 0.36
Hex 13 5C A7 59 2D 0 23 D2 50 24
Octal 23 134 247 131 55 0 43 322 120 44
Binary 10011 1011100 10100111 1011001 101101 0 100011 11010010 1010000 100100

Color Harmonies of #135CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135CA7

Black with #135CA7

Text Example


Text Example

White with #135CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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