Html Css Color HEX #151BB0 Egyptian Blue

📋 copy color: '#151BB0'

red 21 ◦ green 27 ◦ blue 176

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

Shades of Egyptian Blue #151BB0

Tints of Egyptian Blue #151BB0

RGB

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

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

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

R = 9.38%
G = 12.05%
B = 78.57%

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

#151BB0 (or 0x151BB0) is known color: Egyptian Blue. HEX triplet: 15, 1B and B0. RGB value is (21,27,176). Sum of RGB (Red+Green+Blue) = 21+27+176=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 176 (69.14% from 255 or 78.57% from 224); Max value from RGB is 176 - color contains mainly: blue. Hex color #151BB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151BB0 is #EAE44F. Grayscale: #292929. Windows color (decimal): -15393872 or 11541269. OLE color: 11541269.

HSL color Cylindrical-coordinate representation of color #151BB0: hue angle of 237.68º 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 #151BB0 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 27 176 -
CMYK 0.88 0.85 0 0.31
HSL 237.68º 0.79% 0.39% -
HSV(B) 237.68º 0.88% 0.69% -
XYZ 8.54 4.08 41.41 -
YUV 42.19 203.51 112.88 -
System Red Green Blue C M Y K H S L
Decimal 21 27 176 0.88 0.85 0 0.31 237.68 0.79 0.39
Hex 15 1B B0 58 55 0 1F EE 4F 27
Octal 25 33 260 130 125 0 37 356 117 47
Binary 10101 11011 10110000 1011000 1010101 0 11111 11101110 1001111 100111

Color Harmonies of #151BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151BB0

Black with #151BB0

Text Example


Text Example

White with #151BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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