#0F22B7

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

Shades of Egyptian Blue #0F22B7

Tints of Egyptian Blue #0F22B7

Color information

#0F22B7 (or 0x0F22B7) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 22 and B7. RGB value is (15,34,183). Sum of RGB (Red+Green+Blue) = 15+34+183=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 183 (71.88% from 255 or 78.88% from 232); Max value from RGB is 183 - color contains mainly: blue. Hex color #0F22B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F22B7 is #F0DD48. Grayscale: #2C2C2C. Windows color (decimal): -15785289 or 12001807. OLE color: 12001807.

HSL color Cylindrical-coordinate representation of color #0F22B7: hue angle of 233.21º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F22B7 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1534183-
CMYK0.920.8100.28
HSL233.21º84.85%38.82%-
HSV(B)233.21º91.8%71.76%-
XYZ9.324.6645.21-
YUV45.3205.71106.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.47%
GREEN value IS 34 (13.67% from 255) = 14.66%
BLUE value IS 183 (71.88% from 255) = 78.88%
R=6.47%
G=14.66%
B=78.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal15341830.920.8100.28233.2184.8538.82
HexF22B75C5101Ce95527
Octal174226713412103435112547
Binary11111000101011011110111001010001011100111010011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F22B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,34,183); }

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

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

 a { background-color: rgb(15,34,183); }

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

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

 span { border-color: rgb(15,34,183); }

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