#030E74

Color #030E74 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #030E74

Tints of Navy #030E74

Color information

#030E74 (or 0x030E74) is unknown color: approx Navy. HEX triplet: 03, 0E and 74. RGB value is (3,14,116). Sum of RGB (Red+Green+Blue) = 3+14+116=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 116 (45.70% from 255 or 87.22% from 133); Max value from RGB is 116 - color contains mainly: blue. Hex color #030E74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E74 is #FCF18B. Grayscale: #151515. Windows color (decimal): -16576908 or 7605763. OLE color: 7605763.

HSL color Cylindrical-coordinate representation of color #030E74: hue angle of 234.16º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030E74 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB314116-
CMYK0.970.8800.55
HSL234.16º94.96%23.33%-
HSV(B)234.16º97.41%45.49%-
XYZ3.351.5916.65-
YUV22.34180.86114.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 14 (5.86% from 255) = 10.53%
BLUE value IS 116 (45.70% from 255) = 87.22%
R=2.26%
G=10.53%
B=87.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3141160.970.8800.55234.1694.9623.33
Hex3E746158037ea5f17
Octal31616414113006735213727
Binary111110111010011000011011000011011111101010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030E74; }

 p { color: rgb(3,14,116); }

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

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

 a { background-color: rgb(3,14,116); }

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

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

 span { border-color: rgb(3,14,116); }

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