#030E75

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

Shades of Navy #030E75

Tints of Navy #030E75

Color information

#030E75 (or 0x030E75) is unknown color: approx Navy. HEX triplet: 03, 0E and 75. RGB value is (3,14,117). Sum of RGB (Red+Green+Blue) = 3+14+117=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 14 (5.86% from 255 or 10.45% from 134); Blue value is 117 (46.09% from 255 or 87.31% from 134); Max value from RGB is 117 - color contains mainly: blue. Hex color #030E75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E75 is #FCF18A. Grayscale: #161616. Windows color (decimal): -16576907 or 7671299. OLE color: 7671299.

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

Color convert

RGB314117-
CMYK0.970.8800.54
HSL234.21º95%23.53%-
HSV(B)234.21º97.44%45.88%-
XYZ3.411.6216.96-
YUV22.45181.36114.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.24%
GREEN value IS 14 (5.86% from 255) = 10.45%
BLUE value IS 117 (46.09% from 255) = 87.31%
R=2.24%
G=10.45%
B=87.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3141170.970.8800.54234.219523.53
Hex3E756158036ea5f18
Octal31616514113006635213730
Binary111110111010111000011011000011011011101010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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