Html Css Color HEX #0F2185 Midnight Blue

📋 copy color: '#0F2185'

red 15 ◦ green 33 ◦ blue 133

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

Shades of Midnight Blue #0F2185

Tints of Midnight Blue #0F2185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.23%

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

R = 8.29%
G = 18.23%
B = 73.48%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0F2185 (or 0x0F2185) is known color: Midnight Blue. HEX triplet: 0F, 21 and 85. RGB value is (15,33,133). Sum of RGB (Red+Green+Blue) = 15+33+133=181 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.29% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 133 (52.34% from 255 or 73.48% from 181); Max value from RGB is 133 - color contains mainly: blue. Hex color #0F2185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2185 is #F0DE7A. Grayscale: #262626. Windows color (decimal): -15785595 or 8724751. OLE color: 8724751.

HSL color Cylindrical-coordinate representation of color #0F2185: hue angle of 230.85º 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 #0F2185 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 15 33 133 -
CMYK 0.89 0.75 0 0.48
HSL 230.85º 0.8% 0.29% -
HSV(B) 230.85º 0.89% 0.52% -
XYZ 4.97 2.88 22.48 -
YUV 39.02 181.04 110.87 -
System Red Green Blue C M Y K H S L
Decimal 15 33 133 0.89 0.75 0 0.48 230.85 0.8 0.29
Hex F 21 85 59 4B 0 30 E7 50 1D
Octal 17 41 205 131 113 0 60 347 120 35
Binary 1111 100001 10000101 1011001 1001011 0 110000 11100111 1010000 11101

Color Harmonies of #0F2185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2185

Black with #0F2185

Text Example


Text Example

White with #0F2185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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