#090CA7

Color #090CA7 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #090CA7

Tints of New Midnight Blue #090CA7

Color information

#090CA7 (or 0x090CA7) is unknown color: approx New Midnight Blue. HEX triplet: 09, 0C and A7. RGB value is (9,12,167). Sum of RGB (Red+Green+Blue) = 9+12+167=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 167 (65.62% from 255 or 88.83% from 188); Max value from RGB is 167 - color contains mainly: blue. Hex color #090CA7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090CA7 is #F6F358. Grayscale: #1C1C1C. Windows color (decimal): -16184153 or 10947593. OLE color: 10947593.

HSL color Cylindrical-coordinate representation of color #090CA7: hue angle of 238.86º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090CA7 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB912167-
CMYK0.950.9300.35
HSL238.86º89.77%34.51%-
HSV(B)238.86º94.61%65.49%-
XYZ7.223.1136.78-
YUV28.77206.01113.9-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.79%
GREEN value IS 12 (5.08% from 255) = 6.38%
BLUE value IS 167 (65.62% from 255) = 88.83%
R=4.79%
G=6.38%
B=88.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9121670.950.9300.35238.8689.7734.51
Hex9CA75F5D023ef5a23
Octal111424713713504335713243
Binary1001110010100111101111110111010100011111011111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090CA7; }

 p { color: rgb(9,12,167); }

 H1.HeaderClassName
 {
   color: #090CA7;
 }
 .AnyTagClassName
 {
   color: #090CA7;
 }
</style>
background-color css

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

 a { background-color: rgb(9,12,167); }

 div.DivClassName
 {
   background-color: #090CA7;
 }
 .BgClassName
 {
   background-color: #090CA7;
 }
</style>
border-color css

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

 span { border-color: rgb(9,12,167); }

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