#0B2F9F

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

Shades of Egyptian Blue #0B2F9F

Tints of Egyptian Blue #0B2F9F

Color information

#0B2F9F (or 0x0B2F9F) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 2F and 9F. RGB value is (11,47,159). Sum of RGB (Red+Green+Blue) = 11+47+159=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 159 (62.5% from 255 or 73.27% from 217); Max value from RGB is 159 - color contains mainly: blue. Hex color #0B2F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2F9F is #F4D060. Grayscale: #303030. Windows color (decimal): -16044129 or 10432267. OLE color: 10432267.

HSL color Cylindrical-coordinate representation of color #0B2F9F: hue angle of 225.41º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B2F9F is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1147159-
CMYK0.930.7000.38
HSL225.41º87.06%33.33%-
HSV(B)225.41º93.08%62.35%-
XYZ7.414.6133.3-
YUV49190.07100.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.07%
GREEN value IS 47 (18.75% from 255) = 21.66%
BLUE value IS 159 (62.5% from 255) = 73.27%
R=5.07%
G=21.66%
B=73.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11471590.930.7000.38225.4187.0633.33
HexB2F9F5D46026e15721
Octal135723713510604634112741
Binary101110111110011111101110110001100100110111000011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,47,159); }

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

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

 a { background-color: rgb(11,47,159); }

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

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

 span { border-color: rgb(11,47,159); }

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