Html Css Color HEX #030E77 Navy

📋 copy color: '#030E77'

red 3 ◦ green 14 ◦ blue 119

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

Shades of Navy #030E77

Tints of Navy #030E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 87.5%

R = 2.21%
G = 10.29%
B = 87.5%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#030E77 (or 0x030E77) is known color: Navy. HEX triplet: 03, 0E and 77. RGB value is (3,14,119). Sum of RGB (Red+Green+Blue) = 3+14+119=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 14 (5.86% from 255 or 10.29% from 136); Blue value is 119 (46.88% from 255 or 87.5% from 136); Max value from RGB is 119 - color contains mainly: blue. Hex color #030E77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E77 is #FCF188. Grayscale: #161616. Windows color (decimal): -16576905 or 7802371. OLE color: 7802371.

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

Color convert

RGB 3 14 119 -
CMYK 0.97 0.88 0 0.53
HSL 234.31º 0.95% 0.24% -
HSV(B) 234.31º 0.97% 0.47% -
XYZ 3.52 1.67 17.59 -
YUV 22.68 182.36 113.96 -
System Red Green Blue C M Y K H S L
Decimal 3 14 119 0.97 0.88 0 0.53 234.31 0.95 0.24
Hex 3 E 77 61 58 0 35 EA 5F 18
Octal 3 16 167 141 130 0 65 352 137 30
Binary 11 1110 1110111 1100001 1011000 0 110101 11101010 1011111 11000

Color Harmonies of #030E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030E77

Black with #030E77

Text Example


Text Example

White with #030E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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