Html Css Color HEX #0F0162 Midnight Blue

📋 copy color: '#0F0162'

red 15 ◦ green 1 ◦ blue 98

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

Shades of Midnight Blue #0F0162

Tints of Midnight Blue #0F0162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

 BLUE value IS 98 (38.67% from 255) = 85.96%

R = 13.16%
G = 0.88%
B = 85.96%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F0162 (or 0x0F0162) is known color: Midnight Blue. HEX triplet: 0F, 01 and 62. RGB value is (15,1,98). Sum of RGB (Red+Green+Blue) = 15+1+98=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 98 (38.67% from 255 or 85.96% from 114); Max value from RGB is 98 - color contains mainly: blue. Hex color #0F0162 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0162 is #F0FE9D. Grayscale: #0F0F0F. Windows color (decimal): -15793822 or 6422799. OLE color: 6422799.

HSL color Cylindrical-coordinate representation of color #0F0162: hue angle of 248.66º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F0162 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 1 98 -
CMYK 0.85 0.99 0 0.62
HSL 248.66º 0.98% 0.19% -
HSV(B) 248.66º 0.99% 0.38% -
XYZ 2.41 1.01 11.62 -
YUV 16.24 174.14 127.11 -
System Red Green Blue C M Y K H S L
Decimal 15 1 98 0.85 0.99 0 0.62 248.66 0.98 0.19
Hex F 1 62 55 63 0 3E F9 62 13
Octal 17 1 142 125 143 0 76 371 142 23
Binary 1111 1 1100010 1010101 1100011 0 111110 11111001 1100010 10011

Color Harmonies of #0F0162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0162

Black with #0F0162

Text Example


Text Example

White with #0F0162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,1,98); }

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

background-color css

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

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

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

border-color css

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

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

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