Html Css Color HEX #090292 Dark Blue

📋 copy color: '#090292'

red 9 ◦ green 2 ◦ blue 146

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

Shades of Dark Blue #090292

Tints of Dark Blue #090292

RGB

 RED value IS 9 (3.91% from 255) = 5.73%

 GREEN value IS 2 (1.17% from 255) = 1.27%

 BLUE value IS 146 (57.42% from 255) = 92.99%

R = 5.73%
G = 1.27%
B = 92.99%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#090292 (or 0x090292) is known color: Dark Blue. HEX triplet: 09, 02 and 92. RGB value is (9,2,146). Sum of RGB (Red+Green+Blue) = 9+2+146=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 146 (57.42% from 255 or 92.99% from 157); Max value from RGB is 146 - color contains mainly: blue. Hex color #090292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090292 is #F6FD6D. Grayscale: #131313. Windows color (decimal): -16186734 or 9568777. OLE color: 9568777.

HSL color Cylindrical-coordinate representation of color #090292: hue angle of 242.92º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #090292 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 2 146 -
CMYK 0.94 0.99 0 0.43
HSL 242.92º 0.97% 0.29% -
HSV(B) 242.92º 0.99% 0.57% -
XYZ 5.32 2.18 27.33 -
YUV 20.51 198.82 119.79 -
System Red Green Blue C M Y K H S L
Decimal 9 2 146 0.94 0.99 0 0.43 242.92 0.97 0.29
Hex 9 2 92 5E 63 0 2B F3 61 1D
Octal 11 2 222 136 143 0 53 363 141 35
Binary 1001 10 10010010 1011110 1100011 0 101011 11110011 1100001 11101

Color Harmonies of #090292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090292

Black with #090292

Text Example


Text Example

White with #090292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090292; }

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

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

background-color css

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

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

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

border-color css

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

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

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