Html Css Color HEX #0F1462 Midnight Blue

📋 copy color: '#0F1462'

red 15 ◦ green 20 ◦ blue 98

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

Shades of Midnight Blue #0F1462

Tints of Midnight Blue #0F1462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.04%

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

R = 11.28%
G = 15.04%
B = 73.68%

CMYK

 C value IS 0.85

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F1462 (or 0x0F1462) is known color: Midnight Blue. HEX triplet: 0F, 14 and 62. RGB value is (15,20,98). Sum of RGB (Red+Green+Blue) = 15+20+98=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 98 (38.67% from 255 or 73.68% from 133); Max value from RGB is 98 - color contains mainly: blue. Hex color #0F1462 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1462 is #F0EB9D. Grayscale: #1B1B1B. Windows color (decimal): -15788958 or 6427663. OLE color: 6427663.

HSL color Cylindrical-coordinate representation of color #0F1462: hue angle of 236.39º 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 #0F1462 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 20 98 -
CMYK 0.85 0.80 0 0.62
HSL 236.39º 0.73% 0.22% -
HSV(B) 236.39º 0.85% 0.38% -
XYZ 2.65 1.48 11.7 -
YUV 27.4 167.84 119.16 -
System Red Green Blue C M Y K H S L
Decimal 15 20 98 0.85 0.80 0 0.62 236.39 0.73 0.22
Hex F 14 62 55 50 0 3E EC 49 16
Octal 17 24 142 125 120 0 76 354 111 26
Binary 1111 10100 1100010 1010101 1010000 0 111110 11101100 1001001 10110

Color Harmonies of #0F1462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1462

Black with #0F1462

Text Example


Text Example

White with #0F1462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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