Html Css Color HEX #154FB4 Denim

📋 copy color: '#154FB4'

red 21 ◦ green 79 ◦ blue 180

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

Shades of Denim #154FB4

Tints of Denim #154FB4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.21%

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

R = 7.5%
G = 28.21%
B = 64.29%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#154FB4 (or 0x154FB4) is known color: Denim. HEX triplet: 15, 4F and B4. RGB value is (21,79,180). Sum of RGB (Red+Green+Blue) = 21+79+180=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 180 (70.70% from 255 or 64.29% from 280); Max value from RGB is 180 - color contains mainly: blue. Hex color #154FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154FB4 is #EAB04B. Grayscale: #484848. Windows color (decimal): -15380556 or 11816725. OLE color: 11816725.

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

Color convert

RGB 21 79 180 -
CMYK 0.88 0.56 0 0.29
HSL 218.11º 0.79% 0.39% -
HSV(B) 218.11º 0.88% 0.71% -
XYZ 11.34 9.05 44.33 -
YUV 73.17 188.28 90.79 -
System Red Green Blue C M Y K H S L
Decimal 21 79 180 0.88 0.56 0 0.29 218.11 0.79 0.39
Hex 15 4F B4 58 38 0 1D DA 4F 27
Octal 25 117 264 130 70 0 35 332 117 47
Binary 10101 1001111 10110100 1011000 111000 0 11101 11011010 1001111 100111

Color Harmonies of #154FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154FB4

Black with #154FB4

Text Example


Text Example

White with #154FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,79,180); }

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

background-color css

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

 a { background-color: rgb(21,79,180); }

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

border-color css

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

 span { border-color: rgb(21,79,180); }

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