#0314B0

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

Shades of New Midnight Blue #0314B0

Tints of New Midnight Blue #0314B0

Color information

#0314B0 (or 0x0314B0) is unknown color: approx New Midnight Blue. HEX triplet: 03, 14 and B0. RGB value is (3,20,176). Sum of RGB (Red+Green+Blue) = 3+20+176=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 176 (69.14% from 255 or 88.44% from 199); Max value from RGB is 176 - color contains mainly: blue. Hex color #0314B0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0314B0 is #FCEB4F. Grayscale: #202020. Windows color (decimal): -16575312 or 11539459. OLE color: 11539459.

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

Color convert

RGB320176-
CMYK0.980.8900.31
HSL234.1º96.65%35.1%-
HSV(B)234.1º98.3%69.02%-
XYZ8.123.6541.35-
YUV32.7208.87106.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.51%
GREEN value IS 20 (8.20% from 255) = 10.05%
BLUE value IS 176 (69.14% from 255) = 88.44%
R=1.51%
G=10.05%
B=88.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal3201760.980.8900.31234.196.6535.1
Hex314B0625901Fea6123
Octal32426014213103735214143
Binary11101001011000011000101011001011111111010101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0314B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0314B0; }

 p { color: rgb(3,20,176); }

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

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

 a { background-color: rgb(3,20,176); }

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

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

 span { border-color: rgb(3,20,176); }

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