Html Css Color HEX #0F1352 Midnight Blue

📋 copy color: '#0F1352'

red 15 ◦ green 19 ◦ blue 82

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

Shades of Midnight Blue #0F1352

Tints of Midnight Blue #0F1352

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.38%

 BLUE value IS 82 (32.42% from 255) = 70.69%

R = 12.93%
G = 16.38%
B = 70.69%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0F1352 (or 0x0F1352) is known color: Midnight Blue. HEX triplet: 0F, 13 and 52. RGB value is (15,19,82). Sum of RGB (Red+Green+Blue) = 15+19+82=116 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.93% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 82 (32.42% from 255 or 70.69% from 116); Max value from RGB is 82 - color contains mainly: blue. Hex color #0F1352 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1352 is #F0ECAD. Grayscale: #181818. Windows color (decimal): -15789230 or 5378831. OLE color: 5378831.

HSL color Cylindrical-coordinate representation of color #0F1352: hue angle of 236.42º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F1352 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 15 19 82 -
CMYK 0.82 0.77 0 0.68
HSL 236.42º 0.69% 0.19% -
HSV(B) 236.42º 0.82% 0.32% -
XYZ 1.95 1.18 8.11 -
YUV 24.99 160.17 120.88 -
System Red Green Blue C M Y K H S L
Decimal 15 19 82 0.82 0.77 0 0.68 236.42 0.69 0.19
Hex F 13 52 52 4D 0 44 EC 45 13
Octal 17 23 122 122 115 0 104 354 105 23
Binary 1111 10011 1010010 1010010 1001101 0 1000100 11101100 1000101 10011

Color Harmonies of #0F1352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1352

Black with #0F1352

Text Example


Text Example

White with #0F1352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,19,82); }

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

background-color css

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

 a { background-color: rgb(15,19,82); }

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

border-color css

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

 span { border-color: rgb(15,19,82); }

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