Html Css Color HEX #0F0BAE New Midnight Blue

📋 copy color: '#0F0BAE'

red 15 ◦ green 11 ◦ blue 174

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

Shades of New Midnight Blue #0F0BAE

Tints of New Midnight Blue #0F0BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.5%

 BLUE value IS 174 (68.36% from 255) = 87%

R = 7.5%
G = 5.5%
B = 87%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F0BAE (or 0x0F0BAE) is known color: New Midnight Blue. HEX triplet: 0F, 0B and AE. RGB value is (15,11,174). Sum of RGB (Red+Green+Blue) = 15+11+174=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 174 (68.36% from 255 or 87% from 200); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F0BAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0BAE is #F0F451. Grayscale: #1E1E1E. Windows color (decimal): -15791186 or 11406095. OLE color: 11406095.

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

Color convert

RGB 15 11 174 -
CMYK 0.91 0.94 0 0.32
HSL 241.47º 0.88% 0.36% -
HSV(B) 241.47º 0.94% 0.68% -
XYZ 7.96 3.4 40.28 -
YUV 30.78 208.83 116.75 -
System Red Green Blue C M Y K H S L
Decimal 15 11 174 0.91 0.94 0 0.32 241.47 0.88 0.36
Hex F B AE 5B 5E 0 20 F1 58 24
Octal 17 13 256 133 136 0 40 361 130 44
Binary 1111 1011 10101110 1011011 1011110 0 100000 11110001 1011000 100100

Color Harmonies of #0F0BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0BAE

Black with #0F0BAE

Text Example


Text Example

White with #0F0BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,11,174); }

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

background-color css

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

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

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

border-color css

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

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

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