Html Css Color HEX #0F0BAA New Midnight Blue

📋 copy color: '#0F0BAA'

red 15 ◦ green 11 ◦ blue 170

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

Shades of New Midnight Blue #0F0BAA

Tints of New Midnight Blue #0F0BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 86.73%

R = 7.65%
G = 5.61%
B = 86.73%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F0BAA (or 0x0F0BAA) is known color: New Midnight Blue. HEX triplet: 0F, 0B and AA. RGB value is (15,11,170). Sum of RGB (Red+Green+Blue) = 15+11+170=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 170 (66.80% from 255 or 86.73% from 196); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F0BAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0BAA is #F0F455. Grayscale: #1D1D1D. Windows color (decimal): -15791190 or 11143951. OLE color: 11143951.

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

Color convert

RGB 15 11 170 -
CMYK 0.91 0.94 0 0.33
HSL 241.51º 0.88% 0.35% -
HSV(B) 241.51º 0.94% 0.67% -
XYZ 7.57 3.24 38.26 -
YUV 30.32 206.83 117.07 -
System Red Green Blue C M Y K H S L
Decimal 15 11 170 0.91 0.94 0 0.33 241.51 0.88 0.35
Hex F B AA 5B 5E 0 21 F2 58 23
Octal 17 13 252 133 136 0 41 362 130 43
Binary 1111 1011 10101010 1011011 1011110 0 100001 11110010 1011000 100011

Color Harmonies of #0F0BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0BAA

Black with #0F0BAA

Text Example


Text Example

White with #0F0BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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