Html Css Color HEX #0F08A1 New Midnight Blue

📋 copy color: '#0F08A1'

red 15 ◦ green 8 ◦ blue 161

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

Shades of New Midnight Blue #0F08A1

Tints of New Midnight Blue #0F08A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 87.5%

R = 8.15%
G = 4.35%
B = 87.5%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0F08A1 (or 0x0F08A1) is known color: New Midnight Blue. HEX triplet: 0F, 08 and A1. RGB value is (15,8,161). Sum of RGB (Red+Green+Blue) = 15+8+161=184 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.15% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 161 (63.28% from 255 or 87.5% from 184); Max value from RGB is 161 - color contains mainly: blue. Hex color #0F08A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F08A1 is #F0F75E. Grayscale: #1A1A1A. Windows color (decimal): -15791967 or 10553359. OLE color: 10553359.

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

Color convert

RGB 15 8 161 -
CMYK 0.91 0.95 0 0.37
HSL 242.75º 0.91% 0.33% -
HSV(B) 242.75º 0.95% 0.63% -
XYZ 6.72 2.85 33.91 -
YUV 27.54 203.32 119.06 -
System Red Green Blue C M Y K H S L
Decimal 15 8 161 0.91 0.95 0 0.37 242.75 0.91 0.33
Hex F 8 A1 5B 5F 0 25 F3 5B 21
Octal 17 10 241 133 137 0 45 363 133 41
Binary 1111 1000 10100001 1011011 1011111 0 100101 11110011 1011011 100001

Color Harmonies of #0F08A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F08A1

Black with #0F08A1

Text Example


Text Example

White with #0F08A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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