Html Css Color HEX #0F0FAC New Midnight Blue

📋 copy color: '#0F0FAC'

red 15 ◦ green 15 ◦ blue 172

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

Shades of New Midnight Blue #0F0FAC

Tints of New Midnight Blue #0F0FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.43%

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

R = 7.43%
G = 7.43%
B = 85.15%

CMYK

 C value IS 0.91

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F0FAC (or 0x0F0FAC) is known color: New Midnight Blue. HEX triplet: 0F, 0F and AC. RGB value is (15,15,172). Sum of RGB (Red+Green+Blue) = 15+15+172=202 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.43% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 172 (67.58% from 255 or 85.15% from 202); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F0FAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0FAC is #F0F053. Grayscale: #202020. Windows color (decimal): -15790164 or 11276047. OLE color: 11276047.

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

Color convert

RGB 15 15 172 -
CMYK 0.91 0.91 0 0.33
HSL 240º 0.84% 0.37% -
HSV(B) 240º 0.91% 0.67% -
XYZ 7.81 3.42 39.28 -
YUV 32.9 206.5 115.23 -
System Red Green Blue C M Y K H S L
Decimal 15 15 172 0.91 0.91 0 0.33 240 0.84 0.37
Hex F F AC 5B 5B 0 21 F0 54 25
Octal 17 17 254 133 133 0 41 360 124 45
Binary 1111 1111 10101100 1011011 1011011 0 100001 11110000 1010100 100101

Color Harmonies of #0F0FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0FAC

Black with #0F0FAC

Text Example


Text Example

White with #0F0FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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