Html Css Color HEX #0F137B Midnight Blue

📋 copy color: '#0F137B'

red 15 ◦ green 19 ◦ blue 123

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

Shades of Midnight Blue #0F137B

Tints of Midnight Blue #0F137B

RGB

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

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

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

R = 9.55%
G = 12.1%
B = 78.34%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0F137B (or 0x0F137B) is known color: Midnight Blue. HEX triplet: 0F, 13 and 7B. RGB value is (15,19,123). Sum of RGB (Red+Green+Blue) = 15+19+123=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 123 (48.44% from 255 or 78.34% from 157); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F137B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F137B is #F0EC84. Grayscale: #1D1D1D. Windows color (decimal): -15789189 or 8065807. OLE color: 8065807.

HSL color Cylindrical-coordinate representation of color #0F137B: hue angle of 237.78º 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 #0F137B is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 15 19 123 -
CMYK 0.88 0.85 0 0.52
HSL 237.78º 0.78% 0.27% -
HSV(B) 237.78º 0.88% 0.48% -
XYZ 4.01 2 18.91 -
YUV 29.66 180.67 117.54 -
System Red Green Blue C M Y K H S L
Decimal 15 19 123 0.88 0.85 0 0.52 237.78 0.78 0.27
Hex F 13 7B 58 55 0 34 EE 4E 1B
Octal 17 23 173 130 125 0 64 356 116 33
Binary 1111 10011 1111011 1011000 1010101 0 110100 11101110 1001110 11011

Color Harmonies of #0F137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F137B

Black with #0F137B

Text Example


Text Example

White with #0F137B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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