#02099F

Color #02099F New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #02099F

Tints of New Midnight Blue #02099F

Color information

#02099F (or 0x02099F) is unknown color: approx New Midnight Blue. HEX triplet: 02, 09 and 9F. RGB value is (2,9,159). Sum of RGB (Red+Green+Blue) = 2+9+159=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 159 (62.5% from 255 or 93.53% from 170); Max value from RGB is 159 - color contains mainly: blue. Hex color #02099F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02099F is #FDF660. Grayscale: #171717. Windows color (decimal): -16643681 or 10422530. OLE color: 10422530.

HSL color Cylindrical-coordinate representation of color #02099F: hue angle of 237.32º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02099F is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB29159-
CMYK0.990.9400.38
HSL237.32º97.52%31.57%-
HSV(B)237.32º98.74%62.35%-
XYZ6.382.7132.99-
YUV24.01204.18112.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 9 (3.91% from 255) = 5.29%
BLUE value IS 159 (62.5% from 255) = 93.53%
R=1.18%
G=5.29%
B=93.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal291590.990.9400.38237.3297.5231.57
Hex299F635E026ed6220
Octal21123714313604635514240
Binary10100110011111110001110111100100110111011011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02099F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02099F; }

 p { color: rgb(2,9,159); }

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

<style>
 a { background-color: #02099F; }

 a { background-color: rgb(2,9,159); }

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

<style>
 span { border-color: #02099F; }

 span { border-color: rgb(2,9,159); }

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