Html Css Color HEX #0F0AAC New Midnight Blue

📋 copy color: '#0F0AAC'

red 15 ◦ green 10 ◦ blue 172

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

Shades of New Midnight Blue #0F0AAC

Tints of New Midnight Blue #0F0AAC

RGB

 RED value IS 15 (6.25% from 255) = 7.61%

 GREEN value IS 10 (4.3% from 255) = 5.08%

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

R = 7.61%
G = 5.08%
B = 87.31%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F0AAC (or 0x0F0AAC) is known color: New Midnight Blue. HEX triplet: 0F, 0A and AC. RGB value is (15,10,172). Sum of RGB (Red+Green+Blue) = 15+10+172=197 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.61% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 172 (67.58% from 255 or 87.31% from 197); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F0AAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0AAC is #F0F553. Grayscale: #1D1D1D. Windows color (decimal): -15791444 or 11274767. OLE color: 11274767.

HSL color Cylindrical-coordinate representation of color #0F0AAC: hue angle of 241.85º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0AAC is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 10 172 -
CMYK 0.91 0.94 0 0.33
HSL 241.85º 0.89% 0.36% -
HSV(B) 241.85º 0.94% 0.67% -
XYZ 7.75 3.3 39.26 -
YUV 29.96 208.16 117.33 -
System Red Green Blue C M Y K H S L
Decimal 15 10 172 0.91 0.94 0 0.33 241.85 0.89 0.36
Hex F A AC 5B 5E 0 21 F2 59 24
Octal 17 12 254 133 136 0 41 362 131 44
Binary 1111 1010 10101100 1011011 1011110 0 100001 11110010 1011001 100100

Color Harmonies of #0F0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0AAC

Black with #0F0AAC

Text Example


Text Example

White with #0F0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F0AAC; }

 p { color: rgb(15,10,172); }

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

background-color css

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

 a { background-color: rgb(15,10,172); }

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

border-color css

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

 span { border-color: rgb(15,10,172); }

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