Html Css Color HEX #0F1662 Midnight Blue

📋 copy color: '#0F1662'

red 15 ◦ green 22 ◦ blue 98

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

Shades of Midnight Blue #0F1662

Tints of Midnight Blue #0F1662

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.3%

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

R = 11.11%
G = 16.3%
B = 72.59%

CMYK

 C value IS 0.85

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F1662 (or 0x0F1662) is known color: Midnight Blue. HEX triplet: 0F, 16 and 62. RGB value is (15,22,98). Sum of RGB (Red+Green+Blue) = 15+22+98=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 98 (38.67% from 255 or 72.59% from 135); Max value from RGB is 98 - color contains mainly: blue. Hex color #0F1662 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1662 is #F0E99D. Grayscale: #1C1C1C. Windows color (decimal): -15788446 or 6428175. OLE color: 6428175.

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

Color convert

RGB 15 22 98 -
CMYK 0.85 0.78 0 0.62
HSL 234.94º 0.73% 0.22% -
HSV(B) 234.94º 0.85% 0.38% -
XYZ 2.69 1.56 11.71 -
YUV 28.57 167.18 118.32 -
System Red Green Blue C M Y K H S L
Decimal 15 22 98 0.85 0.78 0 0.62 234.94 0.73 0.22
Hex F 16 62 55 4E 0 3E EB 49 16
Octal 17 26 142 125 116 0 76 353 111 26
Binary 1111 10110 1100010 1010101 1001110 0 111110 11101011 1001001 10110

Color Harmonies of #0F1662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1662

Black with #0F1662

Text Example


Text Example

White with #0F1662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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