Html Css Color HEX #0F12AD New Midnight Blue

📋 copy color: '#0F12AD'

red 15 ◦ green 18 ◦ blue 173

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

Shades of New Midnight Blue #0F12AD

Tints of New Midnight Blue #0F12AD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.74%

 BLUE value IS 173 (67.97% from 255) = 83.98%

R = 7.28%
G = 8.74%
B = 83.98%

CMYK

 C value IS 0.91

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F12AD (or 0x0F12AD) is known color: New Midnight Blue. HEX triplet: 0F, 12 and AD. RGB value is (15,18,173). Sum of RGB (Red+Green+Blue) = 15+18+173=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 173 (67.97% from 255 or 83.98% from 206); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F12AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F12AD is #F0ED52. Grayscale: #222222. Windows color (decimal): -15789395 or 11342351. OLE color: 11342351.

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

Color convert

RGB 15 18 173 -
CMYK 0.91 0.90 0 0.32
HSL 238.86º 0.84% 0.37% -
HSV(B) 238.86º 0.91% 0.68% -
XYZ 7.96 3.55 39.8 -
YUV 34.77 206.01 113.9 -
System Red Green Blue C M Y K H S L
Decimal 15 18 173 0.91 0.90 0 0.32 238.86 0.84 0.37
Hex F 12 AD 5B 5A 0 20 EF 54 25
Octal 17 22 255 133 132 0 40 357 124 45
Binary 1111 10010 10101101 1011011 1011010 0 100000 11101111 1010100 100101

Color Harmonies of #0F12AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F12AD

Black with #0F12AD

Text Example


Text Example

White with #0F12AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,18,173); }

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

background-color css

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

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

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

border-color css

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

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

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