Html Css Color HEX #030E76 Navy

📋 copy color: '#030E76'

red 3 ◦ green 14 ◦ blue 118

#030E76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #030E76

Tints of Navy #030E76

RGB

 RED value IS 3 (1.56% from 255) = 2.22%

 GREEN value IS 14 (5.86% from 255) = 10.37%

 BLUE value IS 118 (46.48% from 255) = 87.41%

R = 2.22%
G = 10.37%
B = 87.41%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#030E76 (or 0x030E76) is known color: Navy. HEX triplet: 03, 0E and 76. RGB value is (3,14,118). Sum of RGB (Red+Green+Blue) = 3+14+118=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 118 (46.48% from 255 or 87.41% from 135); Max value from RGB is 118 - color contains mainly: blue. Hex color #030E76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E76 is #FCF189. Grayscale: #161616. Windows color (decimal): -16576906 or 7736835. OLE color: 7736835.

HSL color Cylindrical-coordinate representation of color #030E76: hue angle of 234.26º 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 #030E76 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 14 118 -
CMYK 0.97 0.88 0 0.54
HSL 234.26º 0.95% 0.24% -
HSV(B) 234.26º 0.97% 0.46% -
XYZ 3.46 1.64 17.27 -
YUV 22.57 181.86 114.04 -
System Red Green Blue C M Y K H S L
Decimal 3 14 118 0.97 0.88 0 0.54 234.26 0.95 0.24
Hex 3 E 76 61 58 0 36 EA 5F 18
Octal 3 16 166 141 130 0 66 352 137 30
Binary 11 1110 1110110 1100001 1011000 0 110110 11101010 1011111 11000

Color Harmonies of #030E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030E76

Black with #030E76

Text Example


Text Example

White with #030E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #030E76;
 }
 .AnyTagClassName
 {
   color: #030E76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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