#030698

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

Shades of New Midnight Blue #030698

Tints of New Midnight Blue #030698

Color information

#030698 (or 0x030698) is unknown color: approx New Midnight Blue. HEX triplet: 03, 06 and 98. RGB value is (3,6,152). Sum of RGB (Red+Green+Blue) = 3+6+152=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 152 (59.77% from 255 or 94.41% from 161); Max value from RGB is 152 - color contains mainly: blue. Hex color #030698 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030698 is #FCF967. Grayscale: #151515. Windows color (decimal): -16578920 or 9963011. OLE color: 9963011.

HSL color Cylindrical-coordinate representation of color #030698: hue angle of 238.79º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030698 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB36152-
CMYK0.980.9600.40
HSL238.79º96.13%30.39%-
HSV(B)238.79º98.03%59.61%-
XYZ5.772.4229.87-
YUV21.75201.51114.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.86%
GREEN value IS 6 (2.73% from 255) = 3.73%
BLUE value IS 152 (59.77% from 255) = 94.41%
R=1.86%
G=3.73%
B=94.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361520.980.9600.40238.7996.1330.39
Hex36986260028ef601e
Octal3623014214005035714036
Binary111101001100011000101100000010100011101111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030698; }

 p { color: rgb(3,6,152); }

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

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

 a { background-color: rgb(3,6,152); }

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

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

 span { border-color: rgb(3,6,152); }

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