Html Css Color HEX #0F217F Midnight Blue

📋 copy color: '#0F217F'

red 15 ◦ green 33 ◦ blue 127

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

Shades of Midnight Blue #0F217F

Tints of Midnight Blue #0F217F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.86%

 BLUE value IS 127 (50% from 255) = 72.57%

R = 8.57%
G = 18.86%
B = 72.57%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#0F217F (or 0x0F217F) is known color: Midnight Blue. HEX triplet: 0F, 21 and 7F. RGB value is (15,33,127). Sum of RGB (Red+Green+Blue) = 15+33+127=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 127 (50% from 255 or 72.57% from 175); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F217F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F217F is #F0DE80. Grayscale: #252525. Windows color (decimal): -15785601 or 8331535. OLE color: 8331535.

HSL color Cylindrical-coordinate representation of color #0F217F: hue angle of 230.36º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F217F is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 15 33 127 -
CMYK 0.88 0.74 0 0.50
HSL 230.36º 0.79% 0.28% -
HSV(B) 230.36º 0.88% 0.5% -
XYZ 4.57 2.72 20.36 -
YUV 38.33 178.04 111.36 -
System Red Green Blue C M Y K H S L
Decimal 15 33 127 0.88 0.74 0 0.50 230.36 0.79 0.28
Hex F 21 7F 58 4A 0 32 E6 4F 1C
Octal 17 41 177 130 112 0 62 346 117 34
Binary 1111 100001 1111111 1011000 1001010 0 110010 11100110 1001111 11100

Color Harmonies of #0F217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F217F

Black with #0F217F

Text Example


Text Example

White with #0F217F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,33,127); }

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

background-color css

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

 a { background-color: rgb(15,33,127); }

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

border-color css

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

 span { border-color: rgb(15,33,127); }

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