Html Css Color HEX #0F0EAC New Midnight Blue

📋 copy color: '#0F0EAC'

red 15 ◦ green 14 ◦ blue 172

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

Shades of New Midnight Blue #0F0EAC

Tints of New Midnight Blue #0F0EAC

RGB

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

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

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

R = 7.46%
G = 6.97%
B = 85.57%

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

#0F0EAC (or 0x0F0EAC) is known color: New Midnight Blue. HEX triplet: 0F, 0E and AC. RGB value is (15,14,172). Sum of RGB (Red+Green+Blue) = 15+14+172=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 172 (67.58% from 255 or 85.57% from 201); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F0EAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0EAC is #F0F153. Grayscale: #1F1F1F. Windows color (decimal): -15790420 or 11275791. OLE color: 11275791.

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

Color convert

RGB 15 14 172 -
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.8 3.39 39.27 -
YUV 32.31 206.83 115.65 -
System Red Green Blue C M Y K H S L
Decimal 15 14 172 0.91 0.92 0 0.33 240.38 0.85 0.36
Hex F E AC 5B 5C 0 21 F0 55 24
Octal 17 16 254 133 134 0 41 360 125 44
Binary 1111 1110 10101100 1011011 1011100 0 100001 11110000 1010101 100100

Color Harmonies of #0F0EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0EAC

Black with #0F0EAC

Text Example


Text Example

White with #0F0EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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