Html Css Color HEX #090192 Dark Blue

📋 copy color: '#090192'

red 9 ◦ green 1 ◦ blue 146

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

Shades of Dark Blue #090192

Tints of Dark Blue #090192

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

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

R = 5.77%
G = 0.64%
B = 93.59%

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

#090192 (or 0x090192) is known color: Dark Blue. HEX triplet: 09, 01 and 92. RGB value is (9,1,146). Sum of RGB (Red+Green+Blue) = 9+1+146=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 146 (57.42% from 255 or 93.59% from 156); Max value from RGB is 146 - color contains mainly: blue. Hex color #090192 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090192 is #F6FE6D. Grayscale: #131313. Windows color (decimal): -16186990 or 9568521. OLE color: 9568521.

HSL color Cylindrical-coordinate representation of color #090192: hue angle of 243.31º degrees, saturation: 0.99, 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 #090192 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 1 146 -
CMYK 0.94 0.99 0 0.43
HSL 243.31º 0.99% 0.29% -
HSV(B) 243.31º 0.99% 0.57% -
XYZ 5.31 2.16 27.33 -
YUV 19.92 199.15 120.21 -
System Red Green Blue C M Y K H S L
Decimal 9 1 146 0.94 0.99 0 0.43 243.31 0.99 0.29
Hex 9 1 92 5E 63 0 2B F3 63 1D
Octal 11 1 222 136 143 0 53 363 143 35
Binary 1001 1 10010010 1011110 1100011 0 101011 11110011 1100011 11101

Color Harmonies of #090192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090192

Black with #090192

Text Example


Text Example

White with #090192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090192; }

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

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

background-color css

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

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

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

border-color css

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

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

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