Html Css Color HEX #0F08AD New Midnight Blue

📋 copy color: '#0F08AD'

red 15 ◦ green 8 ◦ blue 173

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

Shades of New Midnight Blue #0F08AD

Tints of New Midnight Blue #0F08AD

RGB

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

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

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

R = 7.65%
G = 4.08%
B = 88.27%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F08AD (or 0x0F08AD) is known color: New Midnight Blue. HEX triplet: 0F, 08 and AD. RGB value is (15,8,173). Sum of RGB (Red+Green+Blue) = 15+8+173=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 173 (67.97% from 255 or 88.27% from 196); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F08AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F08AD is #F0F752. Grayscale: #1C1C1C. Windows color (decimal): -15791955 or 11339791. OLE color: 11339791.

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

Color convert

RGB 15 8 173 -
CMYK 0.91 0.95 0 0.32
HSL 242.55º 0.91% 0.35% -
HSV(B) 242.55º 0.95% 0.68% -
XYZ 7.83 3.29 39.76 -
YUV 28.9 209.32 118.08 -
System Red Green Blue C M Y K H S L
Decimal 15 8 173 0.91 0.95 0 0.32 242.55 0.91 0.35
Hex F 8 AD 5B 5F 0 20 F3 5B 23
Octal 17 10 255 133 137 0 40 363 133 43
Binary 1111 1000 10101101 1011011 1011111 0 100000 11110011 1011011 100011

Color Harmonies of #0F08AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F08AD

Black with #0F08AD

Text Example


Text Example

White with #0F08AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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