Html Css Color HEX #02095D Midnight Blue

📋 copy color: '#02095D'

red 2 ◦ green 9 ◦ blue 93

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

Shades of Midnight Blue #02095D

Tints of Midnight Blue #02095D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 89.42%

R = 1.92%
G = 8.65%
B = 89.42%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02095D (or 0x02095D) is known color: Midnight Blue. HEX triplet: 02, 09 and 5D. RGB value is (2,9,93). Sum of RGB (Red+Green+Blue) = 2+9+93=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 93 (36.72% from 255 or 89.42% from 104); Max value from RGB is 93 - color contains mainly: blue. Hex color #02095D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02095D is #FDF6A2. Grayscale: #101010. Windows color (decimal): -16643747 or 6097154. OLE color: 6097154.

HSL color Cylindrical-coordinate representation of color #02095D: hue angle of 235.38º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02095D is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 9 93 -
CMYK 0.98 0.90 0 0.64
HSL 235.38º 0.96% 0.19% -
HSV(B) 235.38º 0.98% 0.36% -
XYZ 2.1 1 10.44 -
YUV 16.48 171.18 117.67 -
System Red Green Blue C M Y K H S L
Decimal 2 9 93 0.98 0.90 0 0.64 235.38 0.96 0.19
Hex 2 9 5D 62 5A 0 40 EB 60 13
Octal 2 11 135 142 132 0 100 353 140 23
Binary 10 1001 1011101 1100010 1011010 0 1000000 11101011 1100000 10011

Color Harmonies of #02095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02095D

Black with #02095D

Text Example


Text Example

White with #02095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02095D; }

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

 H1.HeaderClassName
 {
   color: #02095D;
 }
 .AnyTagClassName
 {
   color: #02095D;
 }
</style>

background-color css

<style>
 a { background-color: #02095D; }

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

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

border-color css

<style>
 span { border-color: #02095D; }

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

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