Html Css Color HEX #092085 Midnight Blue

📋 copy color: '#092085'

red 9 ◦ green 32 ◦ blue 133

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

Shades of Midnight Blue #092085

Tints of Midnight Blue #092085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.39%

 BLUE value IS 133 (52.34% from 255) = 76.44%

R = 5.17%
G = 18.39%
B = 76.44%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#092085 (or 0x092085) is known color: Midnight Blue. HEX triplet: 09, 20 and 85. RGB value is (9,32,133). Sum of RGB (Red+Green+Blue) = 9+32+133=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 133 (52.34% from 255 or 76.44% from 174); Max value from RGB is 133 - color contains mainly: blue. Hex color #092085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092085 is #F6DF7A. Grayscale: #242424. Windows color (decimal): -16179067 or 8724489. OLE color: 8724489.

HSL color Cylindrical-coordinate representation of color #092085: hue angle of 228.87º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092085 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 32 133 -
CMYK 0.93 0.76 0 0.48
HSL 228.87º 0.87% 0.28% -
HSV(B) 228.87º 0.93% 0.52% -
XYZ 4.86 2.78 22.47 -
YUV 36.64 182.38 108.29 -
System Red Green Blue C M Y K H S L
Decimal 9 32 133 0.93 0.76 0 0.48 228.87 0.87 0.28
Hex 9 20 85 5D 4C 0 30 E5 57 1C
Octal 11 40 205 135 114 0 60 345 127 34
Binary 1001 100000 10000101 1011101 1001100 0 110000 11100101 1010111 11100

Color Harmonies of #092085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092085

Black with #092085

Text Example


Text Example

White with #092085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092085; }

 p { color: rgb(9,32,133); }

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

background-color css

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

 a { background-color: rgb(9,32,133); }

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

border-color css

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

 span { border-color: rgb(9,32,133); }

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