Html Css Color HEX #090CAC New Midnight Blue

📋 copy color: '#090CAC'

red 9 ◦ green 12 ◦ blue 172

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

Shades of New Midnight Blue #090CAC

Tints of New Midnight Blue #090CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.22%

 BLUE value IS 172 (67.58% from 255) = 89.12%

R = 4.66%
G = 6.22%
B = 89.12%

CMYK

 C value IS 0.95

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#090CAC (or 0x090CAC) is known color: New Midnight Blue. HEX triplet: 09, 0C and AC. RGB value is (9,12,172). Sum of RGB (Red+Green+Blue) = 9+12+172=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 172 (67.58% from 255 or 89.12% from 193); Max value from RGB is 172 - color contains mainly: blue. Hex color #090CAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090CAC is #F6F353. Grayscale: #1C1C1C. Windows color (decimal): -16184148 or 11275273. OLE color: 11275273.

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

Color convert

RGB 9 12 172 -
CMYK 0.95 0.93 0 0.33
HSL 238.9º 0.9% 0.35% -
HSV(B) 238.9º 0.95% 0.67% -
XYZ 7.69 3.3 39.26 -
YUV 29.34 208.51 113.49 -
System Red Green Blue C M Y K H S L
Decimal 9 12 172 0.95 0.93 0 0.33 238.9 0.9 0.35
Hex 9 C AC 5F 5D 0 21 EF 5A 23
Octal 11 14 254 137 135 0 41 357 132 43
Binary 1001 1100 10101100 1011111 1011101 0 100001 11101111 1011010 100011

Color Harmonies of #090CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090CAC

Black with #090CAC

Text Example


Text Example

White with #090CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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