Html Css Color HEX #0F106E Midnight Blue

📋 copy color: '#0F106E'

red 15 ◦ green 16 ◦ blue 110

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

Shades of Midnight Blue #0F106E

Tints of Midnight Blue #0F106E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.35%

 BLUE value IS 110 (43.36% from 255) = 78.01%

R = 10.64%
G = 11.35%
B = 78.01%

CMYK

 C value IS 0.86

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0F106E (or 0x0F106E) is known color: Midnight Blue. HEX triplet: 0F, 10 and 6E. RGB value is (15,16,110). Sum of RGB (Red+Green+Blue) = 15+16+110=141 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.64% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 110 (43.36% from 255 or 78.01% from 141); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F106E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F106E is #F0EF91. Grayscale: #1A1A1A. Windows color (decimal): -15789970 or 7213071. OLE color: 7213071.

HSL color Cylindrical-coordinate representation of color #0F106E: hue angle of 239.37º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F106E is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 15 16 110 -
CMYK 0.86 0.85 0 0.57
HSL 239.37º 0.76% 0.25% -
HSV(B) 239.37º 0.86% 0.43% -
XYZ 3.2 1.6 14.89 -
YUV 26.42 175.17 119.86 -
System Red Green Blue C M Y K H S L
Decimal 15 16 110 0.86 0.85 0 0.57 239.37 0.76 0.25
Hex F 10 6E 56 55 0 39 EF 4C 19
Octal 17 20 156 126 125 0 71 357 114 31
Binary 1111 10000 1101110 1010110 1010101 0 111001 11101111 1001100 11001

Color Harmonies of #0F106E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F106E

Black with #0F106E

Text Example


Text Example

White with #0F106E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,16,110); }

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

background-color css

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

 a { background-color: rgb(15,16,110); }

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

border-color css

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

 span { border-color: rgb(15,16,110); }

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