Html Css Color HEX #0F06AC New Midnight Blue

📋 copy color: '#0F06AC'

red 15 ◦ green 6 ◦ blue 172

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

Shades of New Midnight Blue #0F06AC

Tints of New Midnight Blue #0F06AC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.11%

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

R = 7.77%
G = 3.11%
B = 89.12%

CMYK

 C value IS 0.91

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F06AC (or 0x0F06AC) is known color: New Midnight Blue. HEX triplet: 0F, 06 and AC. RGB value is (15,6,172). Sum of RGB (Red+Green+Blue) = 15+6+172=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 172 (67.58% from 255 or 89.12% from 193); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F06AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F06AC is #F0F953. Grayscale: #1A1A1A. Windows color (decimal): -15792468 or 11273743. OLE color: 11273743.

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

Color convert

RGB 15 6 172 -
CMYK 0.91 0.97 0 0.33
HSL 243.25º 0.93% 0.35% -
HSV(B) 243.25º 0.97% 0.67% -
XYZ 7.71 3.21 39.24 -
YUV 27.62 209.48 119 -
System Red Green Blue C M Y K H S L
Decimal 15 6 172 0.91 0.97 0 0.33 243.25 0.93 0.35
Hex F 6 AC 5B 61 0 21 F3 5D 23
Octal 17 6 254 133 141 0 41 363 135 43
Binary 1111 110 10101100 1011011 1100001 0 100001 11110011 1011101 100011

Color Harmonies of #0F06AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F06AC

Black with #0F06AC

Text Example


Text Example

White with #0F06AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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