Html Css Color HEX #0F2182 Midnight Blue

📋 copy color: '#0F2182'

red 15 ◦ green 33 ◦ blue 130

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

Shades of Midnight Blue #0F2182

Tints of Midnight Blue #0F2182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 73.03%

R = 8.43%
G = 18.54%
B = 73.03%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0F2182 (or 0x0F2182) is known color: Midnight Blue. HEX triplet: 0F, 21 and 82. RGB value is (15,33,130). Sum of RGB (Red+Green+Blue) = 15+33+130=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 130 (51.17% from 255 or 73.03% from 178); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F2182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2182 is #F0DE7D. Grayscale: #262626. Windows color (decimal): -15785598 or 8528143. OLE color: 8528143.

HSL color Cylindrical-coordinate representation of color #0F2182: hue angle of 230.61º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F2182 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 15 33 130 -
CMYK 0.88 0.75 0 0.49
HSL 230.61º 0.79% 0.28% -
HSV(B) 230.61º 0.88% 0.51% -
XYZ 4.77 2.8 21.41 -
YUV 38.68 179.54 111.11 -
System Red Green Blue C M Y K H S L
Decimal 15 33 130 0.88 0.75 0 0.49 230.61 0.79 0.28
Hex F 21 82 58 4B 0 31 E7 4F 1C
Octal 17 41 202 130 113 0 61 347 117 34
Binary 1111 100001 10000010 1011000 1001011 0 110001 11100111 1001111 11100

Color Harmonies of #0F2182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2182

Black with #0F2182

Text Example


Text Example

White with #0F2182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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