Html Css Color HEX #0F0EAA New Midnight Blue

📋 copy color: '#0F0EAA'

red 15 ◦ green 14 ◦ blue 170

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

Shades of New Midnight Blue #0F0EAA

Tints of New Midnight Blue #0F0EAA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.04%

 BLUE value IS 170 (66.8% from 255) = 85.43%

R = 7.54%
G = 7.04%
B = 85.43%

CMYK

 C value IS 0.91

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F0EAA (or 0x0F0EAA) is known color: New Midnight Blue. HEX triplet: 0F, 0E and AA. RGB value is (15,14,170). Sum of RGB (Red+Green+Blue) = 15+14+170=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 170 (66.80% from 255 or 85.43% from 199); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F0EAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0EAA is #F0F155. Grayscale: #1F1F1F. Windows color (decimal): -15790422 or 11144719. OLE color: 11144719.

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

Color convert

RGB 15 14 170 -
CMYK 0.91 0.92 0 0.33
HSL 240.38º 0.85% 0.36% -
HSV(B) 240.38º 0.92% 0.67% -
XYZ 7.61 3.32 38.27 -
YUV 32.08 205.83 115.82 -
System Red Green Blue C M Y K H S L
Decimal 15 14 170 0.91 0.92 0 0.33 240.38 0.85 0.36
Hex F E AA 5B 5C 0 21 F0 55 24
Octal 17 16 252 133 134 0 41 360 125 44
Binary 1111 1110 10101010 1011011 1011100 0 100001 11110000 1010101 100100

Color Harmonies of #0F0EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0EAA

Black with #0F0EAA

Text Example


Text Example

White with #0F0EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,14,170); }

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

background-color css

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

 a { background-color: rgb(15,14,170); }

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

border-color css

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

 span { border-color: rgb(15,14,170); }

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