Html Css Color HEX #0F1A73 Midnight Blue

📋 copy color: '#0F1A73'

red 15 ◦ green 26 ◦ blue 115

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

Shades of Midnight Blue #0F1A73

Tints of Midnight Blue #0F1A73

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.67%

 BLUE value IS 115 (45.31% from 255) = 73.72%

R = 9.62%
G = 16.67%
B = 73.72%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0F1A73 (or 0x0F1A73) is known color: Midnight Blue. HEX triplet: 0F, 1A and 73. RGB value is (15,26,115). Sum of RGB (Red+Green+Blue) = 15+26+115=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 115 (45.31% from 255 or 73.72% from 156); Max value from RGB is 115 - color contains mainly: blue. Hex color #0F1A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1A73 is #F0E58C. Grayscale: #202020. Windows color (decimal): -15787405 or 7543311. OLE color: 7543311.

HSL color Cylindrical-coordinate representation of color #0F1A73: hue angle of 233.4º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F1A73 is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 15 26 115 -
CMYK 0.87 0.77 0 0.55
HSL 233.4º 0.77% 0.25% -
HSV(B) 233.4º 0.87% 0.45% -
XYZ 3.66 2.08 16.43 -
YUV 32.86 174.36 115.26 -
System Red Green Blue C M Y K H S L
Decimal 15 26 115 0.87 0.77 0 0.55 233.4 0.77 0.25
Hex F 1A 73 57 4D 0 37 E9 4D 19
Octal 17 32 163 127 115 0 67 351 115 31
Binary 1111 11010 1110011 1010111 1001101 0 110111 11101001 1001101 11001

Color Harmonies of #0F1A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1A73

Black with #0F1A73

Text Example


Text Example

White with #0F1A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,26,115); }

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

background-color css

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

 a { background-color: rgb(15,26,115); }

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

border-color css

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

 span { border-color: rgb(15,26,115); }

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