Html Css Color HEX #0F045B Midnight Blue

📋 copy color: '#0F045B'

red 15 ◦ green 4 ◦ blue 91

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

Shades of Midnight Blue #0F045B

Tints of Midnight Blue #0F045B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.64%

 BLUE value IS 91 (35.94% from 255) = 82.73%

R = 13.64%
G = 3.64%
B = 82.73%

CMYK

 C value IS 0.84

 M value IS 0.96

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0F045B (or 0x0F045B) is known color: Midnight Blue. HEX triplet: 0F, 04 and 5B. RGB value is (15,4,91). Sum of RGB (Red+Green+Blue) = 15+4+91=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 91 (35.94% from 255 or 82.73% from 110); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F045B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F045B is #F0FBA4. Grayscale: #101010. Windows color (decimal): -15793061 or 5964815. OLE color: 5964815.

HSL color Cylindrical-coordinate representation of color #0F045B: hue angle of 247.59º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F045B is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 15 4 91 -
CMYK 0.84 0.96 0 0.64
HSL 247.59º 0.92% 0.19% -
HSV(B) 247.59º 0.96% 0.36% -
XYZ 2.13 0.94 9.97 -
YUV 17.21 169.64 126.43 -
System Red Green Blue C M Y K H S L
Decimal 15 4 91 0.84 0.96 0 0.64 247.59 0.92 0.19
Hex F 4 5B 54 60 0 40 F8 5C 13
Octal 17 4 133 124 140 0 100 370 134 23
Binary 1111 100 1011011 1010100 1100000 0 1000000 11111000 1011100 10011

Color Harmonies of #0F045B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F045B

Black with #0F045B

Text Example


Text Example

White with #0F045B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,4,91); }

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

background-color css

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

 a { background-color: rgb(15,4,91); }

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

border-color css

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

 span { border-color: rgb(15,4,91); }

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