Html Css Color HEX #0F227B Midnight Blue

📋 copy color: '#0F227B'

red 15 ◦ green 34 ◦ blue 123

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

Shades of Midnight Blue #0F227B

Tints of Midnight Blue #0F227B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.77%

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

R = 8.72%
G = 19.77%
B = 71.51%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0F227B (or 0x0F227B) is known color: Midnight Blue. HEX triplet: 0F, 22 and 7B. RGB value is (15,34,123). Sum of RGB (Red+Green+Blue) = 15+34+123=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 123 (48.44% from 255 or 71.51% from 172); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F227B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F227B is #F0DD84. Grayscale: #262626. Windows color (decimal): -15785349 or 8069647. OLE color: 8069647.

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

Color convert

RGB 15 34 123 -
CMYK 0.88 0.72 0 0.52
HSL 229.44º 0.78% 0.27% -
HSV(B) 229.44º 0.88% 0.48% -
XYZ 4.34 2.68 19.03 -
YUV 38.47 175.71 111.26 -
System Red Green Blue C M Y K H S L
Decimal 15 34 123 0.88 0.72 0 0.52 229.44 0.78 0.27
Hex F 22 7B 58 48 0 34 E5 4E 1B
Octal 17 42 173 130 110 0 64 345 116 33
Binary 1111 100010 1111011 1011000 1001000 0 110100 11100101 1001110 11011

Color Harmonies of #0F227B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F227B

Black with #0F227B

Text Example


Text Example

White with #0F227B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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