Html Css Color HEX #0F0353 Midnight Blue

📋 copy color: '#0F0353'

red 15 ◦ green 3 ◦ blue 83

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

Shades of Midnight Blue #0F0353

Tints of Midnight Blue #0F0353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.97%

 BLUE value IS 83 (32.81% from 255) = 82.18%

R = 14.85%
G = 2.97%
B = 82.18%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0F0353 (or 0x0F0353) is known color: Midnight Blue. HEX triplet: 0F, 03 and 53. RGB value is (15,3,83). Sum of RGB (Red+Green+Blue) = 15+3+83=101 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.85% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 83 (32.81% from 255 or 82.18% from 101); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F0353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0353 is #F0FCAC. Grayscale: #0F0F0F. Windows color (decimal): -15793325 or 5440271. OLE color: 5440271.

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

Color convert

RGB 15 3 83 -
CMYK 0.82 0.96 0 0.67
HSL 249º 0.93% 0.17% -
HSV(B) 249º 0.96% 0.33% -
XYZ 1.79 0.79 8.24 -
YUV 15.71 165.98 127.5 -
System Red Green Blue C M Y K H S L
Decimal 15 3 83 0.82 0.96 0 0.67 249 0.93 0.17
Hex F 3 53 52 60 0 43 F9 5D 11
Octal 17 3 123 122 140 0 103 371 135 21
Binary 1111 11 1010011 1010010 1100000 0 1000011 11111001 1011101 10001

Color Harmonies of #0F0353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0353

Black with #0F0353

Text Example


Text Example

White with #0F0353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,3,83); }

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

background-color css

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

 a { background-color: rgb(15,3,83); }

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

border-color css

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

 span { border-color: rgb(15,3,83); }

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