Html Css Color HEX #030058 Navy

📋 copy color: '#030058'

red 3 ◦ green 0 ◦ blue 88

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

Shades of Navy #030058

Tints of Navy #030058

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 88 (34.77% from 255) = 96.7%

R = 3.3%
G = 0%
B = 96.7%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#030058 (or 0x030058) is known color: Navy. HEX triplet: 03, 00 and 58. RGB value is (3,0,88). Sum of RGB (Red+Green+Blue) = 3+0+88=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 88 (34.77% from 255 or 96.70% from 91); Max value from RGB is 88 - color contains mainly: blue. Hex color #030058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030058 is #FCFFA7. Grayscale: #0A0A0A. Windows color (decimal): -16580520 or 5767171. OLE color: 5767171.

HSL color Cylindrical-coordinate representation of color #030058: hue angle of 242.05º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030058 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 0 88 -
CMYK 0.97 1 0 0.65
HSL 242.05º 1% 0.17% -
HSV(B) 242.05º 1% 0.35% -
XYZ 1.8 0.72 9.28 -
YUV 10.93 171.49 122.34 -
System Red Green Blue C M Y K H S L
Decimal 3 0 88 0.97 1 0 0.65 242.05 1 0.17
Hex 3 0 58 61 64 0 41 F2 64 11
Octal 3 0 130 141 144 0 101 362 144 21
Binary 11 0 1011000 1100001 1100100 0 1000001 11110010 1100100 10001

Color Harmonies of #030058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030058

Black with #030058

Text Example


Text Example

White with #030058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030058; }

 p { color: rgb(3,0,88); }

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

background-color css

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

 a { background-color: rgb(3,0,88); }

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

border-color css

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

 span { border-color: rgb(3,0,88); }

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