Html Css Color HEX #030E83 Navy

📋 copy color: '#030E83'

red 3 ◦ green 14 ◦ blue 131

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

Shades of Navy #030E83

Tints of Navy #030E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 88.51%

R = 2.03%
G = 9.46%
B = 88.51%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#030E83 (or 0x030E83) is known color: Navy. HEX triplet: 03, 0E and 83. RGB value is (3,14,131). Sum of RGB (Red+Green+Blue) = 3+14+131=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 131 (51.56% from 255 or 88.51% from 148); Max value from RGB is 131 - color contains mainly: blue. Hex color #030E83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030E83 is #FCF17C. Grayscale: #171717. Windows color (decimal): -16576893 or 8588803. OLE color: 8588803.

HSL color Cylindrical-coordinate representation of color #030E83: hue angle of 234.84º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030E83 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 14 131 -
CMYK 0.98 0.89 0 0.49
HSL 234.84º 0.96% 0.26% -
HSV(B) 234.84º 0.98% 0.51% -
XYZ 4.29 1.97 21.63 -
YUV 24.05 188.36 112.99 -
System Red Green Blue C M Y K H S L
Decimal 3 14 131 0.98 0.89 0 0.49 234.84 0.96 0.26
Hex 3 E 83 62 59 0 31 EB 60 1A
Octal 3 16 203 142 131 0 61 353 140 32
Binary 11 1110 10000011 1100010 1011001 0 110001 11101011 1100000 11010

Color Harmonies of #030E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030E83

Black with #030E83

Text Example


Text Example

White with #030E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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