Html Css Color HEX #030783 Navy

📋 copy color: '#030783'

red 3 ◦ green 7 ◦ blue 131

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

Shades of Navy #030783

Tints of Navy #030783

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.96%

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

R = 2.13%
G = 4.96%
B = 92.91%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#030783 (or 0x030783) is known color: Navy. HEX triplet: 03, 07 and 83. RGB value is (3,7,131). Sum of RGB (Red+Green+Blue) = 3+7+131=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 131 (51.56% from 255 or 92.91% from 141); Max value from RGB is 131 - color contains mainly: blue. Hex color #030783 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030783 is #FCF87C. Grayscale: #131313. Windows color (decimal): -16578685 or 8587011. OLE color: 8587011.

HSL color Cylindrical-coordinate representation of color #030783: hue angle of 238.12º 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 #030783 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 7 131 -
CMYK 0.98 0.95 0 0.49
HSL 238.13º 0.96% 0.26% -
HSV(B) 238.13º 0.98% 0.51% -
XYZ 4.21 1.81 21.6 -
YUV 19.94 190.67 115.92 -
System Red Green Blue C M Y K H S L
Decimal 3 7 131 0.98 0.95 0 0.49 238.13 0.96 0.26
Hex 3 7 83 62 5F 0 31 EE 60 1A
Octal 3 7 203 142 137 0 61 356 140 32
Binary 11 111 10000011 1100010 1011111 0 110001 11101110 1100000 11010

Color Harmonies of #030783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030783

Black with #030783

Text Example


Text Example

White with #030783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030783; }

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

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

background-color css

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

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

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

border-color css

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

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

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