Html Css Color HEX #0F147B Midnight Blue

📋 copy color: '#0F147B'

red 15 ◦ green 20 ◦ blue 123

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

Shades of Midnight Blue #0F147B

Tints of Midnight Blue #0F147B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.66%

 BLUE value IS 123 (48.44% from 255) = 77.85%

R = 9.49%
G = 12.66%
B = 77.85%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0F147B (or 0x0F147B) is known color: Midnight Blue. HEX triplet: 0F, 14 and 7B. RGB value is (15,20,123). Sum of RGB (Red+Green+Blue) = 15+20+123=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 123 (48.44% from 255 or 77.85% from 158); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F147B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F147B is #F0EB84. Grayscale: #1D1D1D. Windows color (decimal): -15788933 or 8066063. OLE color: 8066063.

HSL color Cylindrical-coordinate representation of color #0F147B: hue angle of 237.22º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F147B is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 15 20 123 -
CMYK 0.88 0.84 0 0.52
HSL 237.22º 0.78% 0.27% -
HSV(B) 237.22º 0.88% 0.48% -
XYZ 4.02 2.03 18.92 -
YUV 30.25 180.34 117.12 -
System Red Green Blue C M Y K H S L
Decimal 15 20 123 0.88 0.84 0 0.52 237.22 0.78 0.27
Hex F 14 7B 58 54 0 34 ED 4E 1B
Octal 17 24 173 130 124 0 64 355 116 33
Binary 1111 10100 1111011 1011000 1010100 0 110100 11101101 1001110 11011

Color Harmonies of #0F147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F147B

Black with #0F147B

Text Example


Text Example

White with #0F147B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,20,123); }

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

background-color css

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

 a { background-color: rgb(15,20,123); }

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

border-color css

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

 span { border-color: rgb(15,20,123); }

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