Html Css Color HEX #030884 Navy

📋 copy color: '#030884'

red 3 ◦ green 8 ◦ blue 132

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

Shades of Navy #030884

Tints of Navy #030884

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.59%

 BLUE value IS 132 (51.95% from 255) = 92.31%

R = 2.1%
G = 5.59%
B = 92.31%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#030884 (or 0x030884) is known color: Navy. HEX triplet: 03, 08 and 84. RGB value is (3,8,132). Sum of RGB (Red+Green+Blue) = 3+8+132=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 132 (51.95% from 255 or 92.31% from 143); Max value from RGB is 132 - color contains mainly: blue. Hex color #030884 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030884 is #FCF77B. Grayscale: #141414. Windows color (decimal): -16578428 or 8652803. OLE color: 8652803.

HSL color Cylindrical-coordinate representation of color #030884: hue angle of 237.67º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030884 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 8 132 -
CMYK 0.98 0.94 0 0.48
HSL 237.67º 0.96% 0.26% -
HSV(B) 237.67º 0.98% 0.52% -
XYZ 4.29 1.86 21.96 -
YUV 20.64 190.84 115.42 -
System Red Green Blue C M Y K H S L
Decimal 3 8 132 0.98 0.94 0 0.48 237.67 0.96 0.26
Hex 3 8 84 62 5E 0 30 EE 60 1A
Octal 3 10 204 142 136 0 60 356 140 32
Binary 11 1000 10000100 1100010 1011110 0 110000 11101110 1100000 11010

Color Harmonies of #030884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030884

Black with #030884

Text Example


Text Example

White with #030884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030884; }

 p { color: rgb(3,8,132); }

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

background-color css

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

 a { background-color: rgb(3,8,132); }

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

border-color css

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

 span { border-color: rgb(3,8,132); }

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