#0314B4

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

Shades of New Midnight Blue #0314B4

Tints of New Midnight Blue #0314B4

Color information

#0314B4 (or 0x0314B4) is unknown color: approx New Midnight Blue. HEX triplet: 03, 14 and B4. RGB value is (3,20,180). Sum of RGB (Red+Green+Blue) = 3+20+180=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 180 (70.70% from 255 or 88.67% from 203); Max value from RGB is 180 - color contains mainly: blue. Hex color #0314B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0314B4 is #FCEB4B. Grayscale: #202020. Windows color (decimal): -16575308 or 11801603. OLE color: 11801603.

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

Color convert

RGB320180-
CMYK0.980.8900.29
HSL234.24º96.72%35.88%-
HSV(B)234.24º98.33%70.59%-
XYZ8.533.8143.47-
YUV33.16210.87106.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.48%
GREEN value IS 20 (8.20% from 255) = 9.85%
BLUE value IS 180 (70.70% from 255) = 88.67%
R=1.48%
G=9.85%
B=88.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3201800.980.8900.29234.2496.7235.88
Hex314B4625901Dea6124
Octal32426414213103535214144
Binary11101001011010011000101011001011101111010101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0314B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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