Html Css Color HEX #030671 Navy

📋 copy color: '#030671'

red 3 ◦ green 6 ◦ blue 113

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

Shades of Navy #030671

Tints of Navy #030671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.92%

 BLUE value IS 113 (44.53% from 255) = 92.62%

R = 2.46%
G = 4.92%
B = 92.62%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#030671 (or 0x030671) is known color: Navy. HEX triplet: 03, 06 and 71. RGB value is (3,6,113). Sum of RGB (Red+Green+Blue) = 3+6+113=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 113 (44.53% from 255 or 92.62% from 122); Max value from RGB is 113 - color contains mainly: blue. Hex color #030671 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030671 is #FCF98E. Grayscale: #101010. Windows color (decimal): -16578959 or 7407107. OLE color: 7407107.

HSL color Cylindrical-coordinate representation of color #030671: hue angle of 238.36º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030671 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 6 113 -
CMYK 0.97 0.95 0 0.56
HSL 238.36º 0.95% 0.23% -
HSV(B) 238.36º 0.97% 0.44% -
XYZ 3.08 1.34 15.72 -
YUV 17.3 182.01 117.8 -
System Red Green Blue C M Y K H S L
Decimal 3 6 113 0.97 0.95 0 0.56 238.36 0.95 0.23
Hex 3 6 71 61 5F 0 38 EE 5F 17
Octal 3 6 161 141 137 0 70 356 137 27
Binary 11 110 1110001 1100001 1011111 0 111000 11101110 1011111 10111

Color Harmonies of #030671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030671

Black with #030671

Text Example


Text Example

White with #030671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030671; }

 p { color: rgb(3,6,113); }

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

background-color css

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

 a { background-color: rgb(3,6,113); }

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

border-color css

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

 span { border-color: rgb(3,6,113); }

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