#000250

Color #000250 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #000250

Tints of Midnight Blue #000250

Color information

#000250 (or 0x000250) is unknown color: approx Midnight Blue. HEX triplet: 00, 02 and 50. RGB value is (0,2,80). Sum of RGB (Red+Green+Blue) = 0+2+80=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 80 (31.64% from 255 or 97.56% from 82); Max value from RGB is 80 - color contains mainly: blue. Hex color #000250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000250 is #FFFDAF. Grayscale: #090909. Windows color (decimal): -16776624 or 5243392. OLE color: 5243392.

HSL color Cylindrical-coordinate representation of color #000250: hue angle of 238.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000250 is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB0280-
CMYK10.9800.69
HSL238.5º100%15.69%-
HSV(B)238.5º100%31.37%-
XYZ1.470.627.63-
YUV10.29167.34120.66-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 2.44%
BLUE value IS 80 (31.64% from 255) = 97.56%
R=0%
G=2.44%
B=97.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal028010.9800.69238.510015.69
Hex02506462045ee6410
Octal02120144142010535614420
Binary0101010000110010011000100100010111101110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000250; }

 p { color: rgb(0,2,80); }

 H1.HeaderClassName
 {
   color: #000250;
 }
 .AnyTagClassName
 {
   color: #000250;
 }
</style>
background-color css

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

 a { background-color: rgb(0,2,80); }

 div.DivClassName
 {
   background-color: #000250;
 }
 .BgClassName
 {
   background-color: #000250;
 }
</style>
border-color css

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

 span { border-color: rgb(0,2,80); }

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