Html Css Color HEX #0F2485 Midnight Blue

📋 copy color: '#0F2485'

red 15 ◦ green 36 ◦ blue 133

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

Shades of Midnight Blue #0F2485

Tints of Midnight Blue #0F2485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.57%

 BLUE value IS 133 (52.34% from 255) = 72.28%

R = 8.15%
G = 19.57%
B = 72.28%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0F2485 (or 0x0F2485) is known color: Midnight Blue. HEX triplet: 0F, 24 and 85. RGB value is (15,36,133). Sum of RGB (Red+Green+Blue) = 15+36+133=184 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.15% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 133 (52.34% from 255 or 72.28% from 184); Max value from RGB is 133 - color contains mainly: blue. Hex color #0F2485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2485 is #F0DB7A. Grayscale: #282828. Windows color (decimal): -15784827 or 8725519. OLE color: 8725519.

HSL color Cylindrical-coordinate representation of color #0F2485: hue angle of 229.32º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F2485 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 15 36 133 -
CMYK 0.89 0.73 0 0.48
HSL 229.32º 0.8% 0.29% -
HSV(B) 229.32º 0.89% 0.52% -
XYZ 5.06 3.06 22.51 -
YUV 40.78 180.04 109.61 -
System Red Green Blue C M Y K H S L
Decimal 15 36 133 0.89 0.73 0 0.48 229.32 0.8 0.29
Hex F 24 85 59 49 0 30 E5 50 1D
Octal 17 44 205 131 111 0 60 345 120 35
Binary 1111 100100 10000101 1011001 1001001 0 110000 11100101 1010000 11101

Color Harmonies of #0F2485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2485

Black with #0F2485

Text Example


Text Example

White with #0F2485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,36,133); }

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

background-color css

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

 a { background-color: rgb(15,36,133); }

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

border-color css

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

 span { border-color: rgb(15,36,133); }

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