Html Css Color HEX #155FB9 Denim

📋 copy color: '#155FB9'

red 21 ◦ green 95 ◦ blue 185

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

Shades of Denim #155FB9

Tints of Denim #155FB9

RGB

 RED value IS 21 (8.59% from 255) = 6.98%

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

 BLUE value IS 185 (72.66% from 255) = 61.46%

R = 6.98%
G = 31.56%
B = 61.46%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#155FB9 (or 0x155FB9) is known color: Denim. HEX triplet: 15, 5F and B9. RGB value is (21,95,185). Sum of RGB (Red+Green+Blue) = 21+95+185=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 185 (72.66% from 255 or 61.46% from 301); Max value from RGB is 185 - color contains mainly: blue. Hex color #155FB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FB9 is #EAA046. Grayscale: #525252. Windows color (decimal): -15376455 or 12148501. OLE color: 12148501.

HSL color Cylindrical-coordinate representation of color #155FB9: hue angle of 212.93º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155FB9 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 95 185 -
CMYK 0.89 0.49 0 0.27
HSL 212.93º 0.8% 0.4% -
HSV(B) 212.93º 0.89% 0.73% -
XYZ 13.16 11.85 47.49 -
YUV 83.13 185.48 83.68 -
System Red Green Blue C M Y K H S L
Decimal 21 95 185 0.89 0.49 0 0.27 212.93 0.8 0.4
Hex 15 5F B9 59 31 0 1B D5 50 28
Octal 25 137 271 131 61 0 33 325 120 50
Binary 10101 1011111 10111001 1011001 110001 0 11011 11010101 1010000 101000

Color Harmonies of #155FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155FB9

Black with #155FB9

Text Example


Text Example

White with #155FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155FB9; }

 p { color: rgb(21,95,185); }

 H1.HeaderClassName
 {
   color: #155FB9;
 }
 .AnyTagClassName
 {
   color: #155FB9;
 }
</style>

background-color css

<style>
 a { background-color: #155FB9; }

 a { background-color: rgb(21,95,185); }

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

border-color css

<style>
 span { border-color: #155FB9; }

 span { border-color: rgb(21,95,185); }

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