Html Css Color HEX #0F0FAB New Midnight Blue

📋 copy color: '#0F0FAB'

red 15 ◦ green 15 ◦ blue 171

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

Shades of New Midnight Blue #0F0FAB

Tints of New Midnight Blue #0F0FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.46%

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

R = 7.46%
G = 7.46%
B = 85.07%

CMYK

 C value IS 0.91

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F0FAB (or 0x0F0FAB) is known color: New Midnight Blue. HEX triplet: 0F, 0F and AB. RGB value is (15,15,171). Sum of RGB (Red+Green+Blue) = 15+15+171=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 171 (67.19% from 255 or 85.07% from 201); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F0FAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0FAB is #F0F054. Grayscale: #202020. Windows color (decimal): -15790165 or 11210511. OLE color: 11210511.

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

Color convert

RGB 15 15 171 -
CMYK 0.91 0.91 0 0.33
HSL 240º 0.84% 0.36% -
HSV(B) 240º 0.91% 0.67% -
XYZ 7.72 3.38 38.77 -
YUV 32.78 206 115.32 -
System Red Green Blue C M Y K H S L
Decimal 15 15 171 0.91 0.91 0 0.33 240 0.84 0.36
Hex F F AB 5B 5B 0 21 F0 54 24
Octal 17 17 253 133 133 0 41 360 124 44
Binary 1111 1111 10101011 1011011 1011011 0 100001 11110000 1010100 100100

Color Harmonies of #0F0FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0FAB

Black with #0F0FAB

Text Example


Text Example

White with #0F0FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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