#0B239A

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

Shades of Egyptian Blue #0B239A

Tints of Egyptian Blue #0B239A

Color information

#0B239A (or 0x0B239A) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 23 and 9A. RGB value is (11,35,154). Sum of RGB (Red+Green+Blue) = 11+35+154=200 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 154 (60.55% from 255 or 77% from 200); Max value from RGB is 154 - color contains mainly: blue. Hex color #0B239A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B239A is #F4DC65. Grayscale: #282828. Windows color (decimal): -16047206 or 10101515. OLE color: 10101515.

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

Color convert

RGB1135154-
CMYK0.930.7700.40
HSL229.93º86.67%32.35%-
HSV(B)229.93º92.86%60.39%-
XYZ6.573.6130.92-
YUV41.39191.55106.32-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.5%
GREEN value IS 35 (14.06% from 255) = 17.5%
BLUE value IS 154 (60.55% from 255) = 77%
R=5.5%
G=17.5%
B=77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11351540.930.7700.40229.9386.6732.35
HexB239A5D4D028e65720
Octal134323213511505034612740
Binary101110001110011010101110110011010101000111001101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B239A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,35,154); }

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

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

 a { background-color: rgb(11,35,154); }

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

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

 span { border-color: rgb(11,35,154); }

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