Html Css Color HEX #135FBF Denim

📋 copy color: '#135FBF'

red 19 ◦ green 95 ◦ blue 191

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

Shades of Denim #135FBF

Tints of Denim #135FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.62%

R = 6.23%
G = 31.15%
B = 62.62%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#135FBF (or 0x135FBF) is known color: Denim. HEX triplet: 13, 5F and BF. RGB value is (19,95,191). Sum of RGB (Red+Green+Blue) = 19+95+191=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #135FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135FBF is #ECA040. Grayscale: #525252. Windows color (decimal): -15507521 or 12541715. OLE color: 12541715.

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

Color convert

RGB 19 95 191 -
CMYK 0.90 0.50 0 0.25
HSL 213.49º 0.82% 0.41% -
HSV(B) 213.49º 0.9% 0.75% -
XYZ 13.76 12.08 50.9 -
YUV 83.22 188.82 82.19 -
System Red Green Blue C M Y K H S L
Decimal 19 95 191 0.90 0.50 0 0.25 213.49 0.82 0.41
Hex 13 5F BF 5A 32 0 19 D5 52 29
Octal 23 137 277 132 62 0 31 325 122 51
Binary 10011 1011111 10111111 1011010 110010 0 11001 11010101 1010010 101001

Color Harmonies of #135FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135FBF

Black with #135FBF

Text Example


Text Example

White with #135FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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