Html Css Color HEX #151BAF Egyptian Blue

📋 copy color: '#151BAF'

red 21 ◦ green 27 ◦ blue 175

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

Shades of Egyptian Blue #151BAF

Tints of Egyptian Blue #151BAF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.11%

 BLUE value IS 175 (68.75% from 255) = 78.48%

R = 9.42%
G = 12.11%
B = 78.48%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#151BAF (or 0x151BAF) is known color: Egyptian Blue. HEX triplet: 15, 1B and AF. RGB value is (21,27,175). Sum of RGB (Red+Green+Blue) = 21+27+175=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 175 (68.75% from 255 or 78.48% from 223); Max value from RGB is 175 - color contains mainly: blue. Hex color #151BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151BAF is #EAE450. Grayscale: #292929. Windows color (decimal): -15393873 or 11475733. OLE color: 11475733.

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

Color convert

RGB 21 27 175 -
CMYK 0.88 0.85 0 0.31
HSL 237.66º 0.79% 0.38% -
HSV(B) 237.66º 0.88% 0.69% -
XYZ 8.44 4.04 40.89 -
YUV 42.08 203.01 112.97 -
System Red Green Blue C M Y K H S L
Decimal 21 27 175 0.88 0.85 0 0.31 237.66 0.79 0.38
Hex 15 1B AF 58 55 0 1F EE 4F 26
Octal 25 33 257 130 125 0 37 356 117 46
Binary 10101 11011 10101111 1011000 1010101 0 11111 11101110 1001111 100110

Color Harmonies of #151BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151BAF

Black with #151BAF

Text Example


Text Example

White with #151BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151BAF; }

 p { color: rgb(21,27,175); }

 H1.HeaderClassName
 {
   color: #151BAF;
 }
 .AnyTagClassName
 {
   color: #151BAF;
 }
</style>

background-color css

<style>
 a { background-color: #151BAF; }

 a { background-color: rgb(21,27,175); }

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

border-color css

<style>
 span { border-color: #151BAF; }

 span { border-color: rgb(21,27,175); }

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