Html Css Color HEX #155EB3 Denim

📋 copy color: '#155EB3'

red 21 ◦ green 94 ◦ blue 179

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

Shades of Denim #155EB3

Tints of Denim #155EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 60.88%

R = 7.14%
G = 31.97%
B = 60.88%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#155EB3 (or 0x155EB3) is known color: Denim. HEX triplet: 15, 5E and B3. RGB value is (21,94,179). Sum of RGB (Red+Green+Blue) = 21+94+179=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 179 (70.31% from 255 or 60.88% from 294); Max value from RGB is 179 - color contains mainly: blue. Hex color #155EB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155EB3 is #EAA14C. Grayscale: #515151. Windows color (decimal): -15376717 or 11755029. OLE color: 11755029.

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

Color convert

RGB 21 94 179 -
CMYK 0.88 0.47 0 0.30
HSL 212.28º 0.79% 0.39% -
HSV(B) 212.28º 0.88% 0.7% -
XYZ 12.45 11.42 44.2 -
YUV 81.86 182.82 84.59 -
System Red Green Blue C M Y K H S L
Decimal 21 94 179 0.88 0.47 0 0.30 212.28 0.79 0.39
Hex 15 5E B3 58 2F 0 1E D4 4F 27
Octal 25 136 263 130 57 0 36 324 117 47
Binary 10101 1011110 10110011 1011000 101111 0 11110 11010100 1001111 100111

Color Harmonies of #155EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EB3

Black with #155EB3

Text Example


Text Example

White with #155EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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