#0B2297

Color #0B2297 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #0B2297

Tints of Egyptian Blue #0B2297

Color information

#0B2297 (or 0x0B2297) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 22 and 97. RGB value is (11,34,151). Sum of RGB (Red+Green+Blue) = 11+34+151=196 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.61% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 151 (59.38% from 255 or 77.04% from 196); Max value from RGB is 151 - color contains mainly: blue. Hex color #0B2297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2297 is #F4DD68. Grayscale: #272727. Windows color (decimal): -16047465 or 9904651. OLE color: 9904651.

HSL color Cylindrical-coordinate representation of color #0B2297: hue angle of 230.14º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B2297 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1134151-
CMYK0.930.7700.41
HSL230.14º86.42%31.76%-
HSV(B)230.14º92.72%59.22%-
XYZ6.33.4529.61-
YUV40.46190.38106.99-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.61%
GREEN value IS 34 (13.67% from 255) = 17.35%
BLUE value IS 151 (59.38% from 255) = 77.04%
R=5.61%
G=17.35%
B=77.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11341510.930.7700.41230.1486.4231.76
HexB22975D4D029e65620
Octal134222713511505134612640
Binary101110001010010111101110110011010101001111001101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B2297; }

 p { color: rgb(11,34,151); }

 H1.HeaderClassName
 {
   color: #0B2297;
 }
 .AnyTagClassName
 {
   color: #0B2297;
 }
</style>
background-color css

<style>
 a { background-color: #0B2297; }

 a { background-color: rgb(11,34,151); }

 div.DivClassName
 {
   background-color: #0B2297;
 }
 .BgClassName
 {
   background-color: #0B2297;
 }
</style>
border-color css

<style>
 span { border-color: #0B2297; }

 span { border-color: rgb(11,34,151); }

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