Html Css Color HEX #155EB0 Denim

📋 copy color: '#155EB0'

red 21 ◦ green 94 ◦ blue 176

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

Shades of Denim #155EB0

Tints of Denim #155EB0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.3%

 BLUE value IS 176 (69.14% from 255) = 60.48%

R = 7.22%
G = 32.3%
B = 60.48%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#155EB0 (or 0x155EB0) is known color: Denim. HEX triplet: 15, 5E and B0. RGB value is (21,94,176). Sum of RGB (Red+Green+Blue) = 21+94+176=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 176 (69.14% from 255 or 60.48% from 291); Max value from RGB is 176 - color contains mainly: blue. Hex color #155EB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155EB0 is #EAA14F. Grayscale: #515151. Windows color (decimal): -15376720 or 11558421. OLE color: 11558421.

HSL color Cylindrical-coordinate representation of color #155EB0: hue angle of 211.74º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #155EB0 is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 94 176 -
CMYK 0.88 0.47 0 0.31
HSL 211.74º 0.79% 0.39% -
HSV(B) 211.74º 0.88% 0.69% -
XYZ 12.15 11.3 42.62 -
YUV 81.52 181.32 84.83 -
System Red Green Blue C M Y K H S L
Decimal 21 94 176 0.88 0.47 0 0.31 211.74 0.79 0.39
Hex 15 5E B0 58 2F 0 1F D4 4F 27
Octal 25 136 260 130 57 0 37 324 117 47
Binary 10101 1011110 10110000 1011000 101111 0 11111 11010100 1001111 100111

Color Harmonies of #155EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EB0

Black with #155EB0

Text Example


Text Example

White with #155EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,94,176); }

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

background-color css

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

 a { background-color: rgb(21,94,176); }

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

border-color css

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

 span { border-color: rgb(21,94,176); }

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