Html Css Color HEX #0F0A69 Midnight Blue

📋 copy color: '#0F0A69'

red 15 ◦ green 10 ◦ blue 105

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

Shades of Midnight Blue #0F0A69

Tints of Midnight Blue #0F0A69

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.69%

 BLUE value IS 105 (41.41% from 255) = 80.77%

R = 11.54%
G = 7.69%
B = 80.77%

CMYK

 C value IS 0.86

 M value IS 0.90

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0F0A69 (or 0x0F0A69) is known color: Midnight Blue. HEX triplet: 0F, 0A and 69. RGB value is (15,10,105). Sum of RGB (Red+Green+Blue) = 15+10+105=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 105 (41.41% from 255 or 80.77% from 130); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F0A69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0A69 is #F0F596. Grayscale: #151515. Windows color (decimal): -15791511 or 6883855. OLE color: 6883855.

HSL color Cylindrical-coordinate representation of color #0F0A69: hue angle of 243.16º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F0A69 is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 15 10 105 -
CMYK 0.86 0.90 0 0.59
HSL 243.16º 0.83% 0.23% -
HSV(B) 243.16º 0.9% 0.41% -
XYZ 2.86 1.34 13.47 -
YUV 22.33 174.66 122.78 -
System Red Green Blue C M Y K H S L
Decimal 15 10 105 0.86 0.90 0 0.59 243.16 0.83 0.23
Hex F A 69 56 5A 0 3B F3 53 17
Octal 17 12 151 126 132 0 73 363 123 27
Binary 1111 1010 1101001 1010110 1011010 0 111011 11110011 1010011 10111

Color Harmonies of #0F0A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0A69

Black with #0F0A69

Text Example


Text Example

White with #0F0A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,10,105); }

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

background-color css

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

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

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

border-color css

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

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

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