Html Css Color HEX #02099B New Midnight Blue

📋 copy color: '#02099B'

red 2 ◦ green 9 ◦ blue 155

#02099B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Midnight Blue #02099B

Tints of New Midnight Blue #02099B

RGB

 RED value IS 2 (1.17% from 255) = 1.2%

 GREEN value IS 9 (3.91% from 255) = 5.42%

 BLUE value IS 155 (60.94% from 255) = 93.37%

R = 1.2%
G = 5.42%
B = 93.37%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02099B (or 0x02099B) is known color: New Midnight Blue. HEX triplet: 02, 09 and 9B. RGB value is (2,9,155). Sum of RGB (Red+Green+Blue) = 2+9+155=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 155 (60.94% from 255 or 93.37% from 166); Max value from RGB is 155 - color contains mainly: blue. Hex color #02099B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02099B is #FDF664. Grayscale: #161616. Windows color (decimal): -16643685 or 10160386. OLE color: 10160386.

HSL color Cylindrical-coordinate representation of color #02099B: hue angle of 237.25º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02099B is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 9 155 -
CMYK 0.99 0.94 0 0.39
HSL 237.25º 0.97% 0.31% -
HSV(B) 237.25º 0.99% 0.61% -
XYZ 6.04 2.57 31.19 -
YUV 23.55 202.18 112.63 -
System Red Green Blue C M Y K H S L
Decimal 2 9 155 0.99 0.94 0 0.39 237.25 0.97 0.31
Hex 2 9 9B 63 5E 0 27 ED 61 1F
Octal 2 11 233 143 136 0 47 355 141 37
Binary 10 1001 10011011 1100011 1011110 0 100111 11101101 1100001 11111

Color Harmonies of #02099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02099B

Black with #02099B

Text Example


Text Example

White with #02099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02099B;
 }
 .AnyTagClassName
 {
   color: #02099B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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