Html Css Color HEX #0F16AC New Midnight Blue

📋 copy color: '#0F16AC'

red 15 ◦ green 22 ◦ blue 172

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

Shades of New Midnight Blue #0F16AC

Tints of New Midnight Blue #0F16AC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.53%

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

R = 7.18%
G = 10.53%
B = 82.3%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F16AC (or 0x0F16AC) is known color: New Midnight Blue. HEX triplet: 0F, 16 and AC. RGB value is (15,22,172). Sum of RGB (Red+Green+Blue) = 15+22+172=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 172 (67.58% from 255 or 82.30% from 209); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F16AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F16AC is #F0E953. Grayscale: #242424. Windows color (decimal): -15788372 or 11277839. OLE color: 11277839.

HSL color Cylindrical-coordinate representation of color #0F16AC: hue angle of 237.32º 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 #0F16AC is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 22 172 -
CMYK 0.91 0.87 0 0.33
HSL 237.32º 0.84% 0.37% -
HSV(B) 237.32º 0.91% 0.67% -
XYZ 7.93 3.65 39.32 -
YUV 37.01 204.18 112.3 -
System Red Green Blue C M Y K H S L
Decimal 15 22 172 0.91 0.87 0 0.33 237.32 0.84 0.37
Hex F 16 AC 5B 57 0 21 ED 54 25
Octal 17 26 254 133 127 0 41 355 124 45
Binary 1111 10110 10101100 1011011 1010111 0 100001 11101101 1010100 100101

Color Harmonies of #0F16AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F16AC

Black with #0F16AC

Text Example


Text Example

White with #0F16AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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