Html Css Color HEX #0F207B Midnight Blue

📋 copy color: '#0F207B'

red 15 ◦ green 32 ◦ blue 123

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

Shades of Midnight Blue #0F207B

Tints of Midnight Blue #0F207B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.82%

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

R = 8.82%
G = 18.82%
B = 72.35%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0F207B (or 0x0F207B) is known color: Midnight Blue. HEX triplet: 0F, 20 and 7B. RGB value is (15,32,123). Sum of RGB (Red+Green+Blue) = 15+32+123=170 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.82% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 123 (48.44% from 255 or 72.35% from 170); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F207B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F207B is #F0DF84. Grayscale: #242424. Windows color (decimal): -15785861 or 8069135. OLE color: 8069135.

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

Color convert

RGB 15 32 123 -
CMYK 0.88 0.74 0 0.52
HSL 230.56º 0.78% 0.27% -
HSV(B) 230.56º 0.88% 0.48% -
XYZ 4.29 2.56 19.01 -
YUV 37.29 176.37 112.1 -
System Red Green Blue C M Y K H S L
Decimal 15 32 123 0.88 0.74 0 0.52 230.56 0.78 0.27
Hex F 20 7B 58 4A 0 34 E7 4E 1B
Octal 17 40 173 130 112 0 64 347 116 33
Binary 1111 100000 1111011 1011000 1001010 0 110100 11100111 1001110 11011

Color Harmonies of #0F207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F207B

Black with #0F207B

Text Example


Text Example

White with #0F207B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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