Html Css Color HEX #0F0255 Midnight Blue

📋 copy color: '#0F0255'

red 15 ◦ green 2 ◦ blue 85

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

Shades of Midnight Blue #0F0255

Tints of Midnight Blue #0F0255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.96%

 BLUE value IS 85 (33.59% from 255) = 83.33%

R = 14.71%
G = 1.96%
B = 83.33%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0F0255 (or 0x0F0255) is known color: Midnight Blue. HEX triplet: 0F, 02 and 55. RGB value is (15,2,85). Sum of RGB (Red+Green+Blue) = 15+2+85=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 85 (33.59% from 255 or 83.33% from 102); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F0255 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0255 is #F0FDAA. Grayscale: #0F0F0F. Windows color (decimal): -15793579 or 5571087. OLE color: 5571087.

HSL color Cylindrical-coordinate representation of color #0F0255: hue angle of 249.4º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F0255 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 2 85 -
CMYK 0.82 0.98 0 0.67
HSL 249.4º 0.95% 0.17% -
HSV(B) 249.4º 0.98% 0.33% -
XYZ 1.86 0.8 8.65 -
YUV 15.35 167.31 127.75 -
System Red Green Blue C M Y K H S L
Decimal 15 2 85 0.82 0.98 0 0.67 249.4 0.95 0.17
Hex F 2 55 52 62 0 43 F9 5F 11
Octal 17 2 125 122 142 0 103 371 137 21
Binary 1111 10 1010101 1010010 1100010 0 1000011 11111001 1011111 10001

Color Harmonies of #0F0255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0255

Black with #0F0255

Text Example


Text Example

White with #0F0255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,2,85); }

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

background-color css

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

 a { background-color: rgb(15,2,85); }

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

border-color css

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

 span { border-color: rgb(15,2,85); }

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