Html Css Color HEX #0F08AB New Midnight Blue

📋 copy color: '#0F08AB'

red 15 ◦ green 8 ◦ blue 171

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

Shades of New Midnight Blue #0F08AB

Tints of New Midnight Blue #0F08AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 88.14%

R = 7.73%
G = 4.12%
B = 88.14%

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

#0F08AB (or 0x0F08AB) is known color: New Midnight Blue. HEX triplet: 0F, 08 and AB. RGB value is (15,8,171). Sum of RGB (Red+Green+Blue) = 15+8+171=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 171 (67.19% from 255 or 88.14% from 194); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F08AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F08AB is #F0F754. Grayscale: #1C1C1C. Windows color (decimal): -15791957 or 11208719. OLE color: 11208719.

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

Color convert

RGB 15 8 171 -
CMYK 0.91 0.95 0 0.33
HSL 242.58º 0.91% 0.35% -
HSV(B) 242.58º 0.95% 0.67% -
XYZ 7.63 3.22 38.75 -
YUV 28.68 208.32 118.25 -
System Red Green Blue C M Y K H S L
Decimal 15 8 171 0.91 0.95 0 0.33 242.58 0.91 0.35
Hex F 8 AB 5B 5F 0 21 F3 5B 23
Octal 17 10 253 133 137 0 41 363 133 43
Binary 1111 1000 10101011 1011011 1011111 0 100001 11110011 1011011 100011

Color Harmonies of #0F08AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F08AB

Black with #0F08AB

Text Example


Text Example

White with #0F08AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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