Html Css Color HEX #135FB4 Denim

📋 copy color: '#135FB4'

red 19 ◦ green 95 ◦ blue 180

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

Shades of Denim #135FB4

Tints of Denim #135FB4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.31%

 BLUE value IS 180 (70.7% from 255) = 61.22%

R = 6.46%
G = 32.31%
B = 61.22%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#135FB4 (or 0x135FB4) is known color: Denim. HEX triplet: 13, 5F and B4. RGB value is (19,95,180). Sum of RGB (Red+Green+Blue) = 19+95+180=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 180 (70.70% from 255 or 61.22% from 294); Max value from RGB is 180 - color contains mainly: blue. Hex color #135FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135FB4 is #ECA04B. Grayscale: #515151. Windows color (decimal): -15507532 or 11820819. OLE color: 11820819.

HSL color Cylindrical-coordinate representation of color #135FB4: hue angle of 211.68º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #135FB4 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 95 180 -
CMYK 0.89 0.47 0 0.29
HSL 211.68º 0.81% 0.39% -
HSV(B) 211.68º 0.89% 0.71% -
XYZ 12.6 11.62 44.76 -
YUV 81.97 183.32 83.09 -
System Red Green Blue C M Y K H S L
Decimal 19 95 180 0.89 0.47 0 0.29 211.68 0.81 0.39
Hex 13 5F B4 59 2F 0 1D D4 51 27
Octal 23 137 264 131 57 0 35 324 121 47
Binary 10011 1011111 10110100 1011001 101111 0 11101 11010100 1010001 100111

Color Harmonies of #135FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135FB4

Black with #135FB4

Text Example


Text Example

White with #135FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,95,180); }

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

background-color css

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

 a { background-color: rgb(19,95,180); }

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

border-color css

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

 span { border-color: rgb(19,95,180); }

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