Html Css Color HEX #0F08AC New Midnight Blue

📋 copy color: '#0F08AC'

red 15 ◦ green 8 ◦ blue 172

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

Shades of New Midnight Blue #0F08AC

Tints of New Midnight Blue #0F08AC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.1%

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

R = 7.69%
G = 4.1%
B = 88.21%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F08AC (or 0x0F08AC) is known color: New Midnight Blue. HEX triplet: 0F, 08 and AC. RGB value is (15,8,172). Sum of RGB (Red+Green+Blue) = 15+8+172=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 172 (67.58% from 255 or 88.21% from 195); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F08AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F08AC is #F0F753. Grayscale: #1C1C1C. Windows color (decimal): -15791956 or 11274255. OLE color: 11274255.

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

Color convert

RGB 15 8 172 -
CMYK 0.91 0.95 0 0.33
HSL 242.56º 0.91% 0.35% -
HSV(B) 242.56º 0.95% 0.67% -
XYZ 7.73 3.25 39.25 -
YUV 28.79 208.82 118.16 -
System Red Green Blue C M Y K H S L
Decimal 15 8 172 0.91 0.95 0 0.33 242.56 0.91 0.35
Hex F 8 AC 5B 5F 0 21 F3 5B 23
Octal 17 10 254 133 137 0 41 363 133 43
Binary 1111 1000 10101100 1011011 1011111 0 100001 11110011 1011011 100011

Color Harmonies of #0F08AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F08AC

Black with #0F08AC

Text Example


Text Example

White with #0F08AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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