Html Css Color HEX #030158 Navy

📋 copy color: '#030158'

red 3 ◦ green 1 ◦ blue 88

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

Shades of Navy #030158

Tints of Navy #030158

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.09%

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

R = 3.26%
G = 1.09%
B = 95.65%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#030158 (or 0x030158) is known color: Navy. HEX triplet: 03, 01 and 58. RGB value is (3,1,88). Sum of RGB (Red+Green+Blue) = 3+1+88=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 88 (34.77% from 255 or 95.65% from 92); Max value from RGB is 88 - color contains mainly: blue. Hex color #030158 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030158 is #FCFEA7. Grayscale: #0B0B0B. Windows color (decimal): -16580264 or 5767427. OLE color: 5767427.

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

Color convert

RGB 3 1 88 -
CMYK 0.97 0.99 0 0.65
HSL 241.38º 0.98% 0.17% -
HSV(B) 241.38º 0.99% 0.35% -
XYZ 1.81 0.75 9.28 -
YUV 11.52 171.16 121.93 -
System Red Green Blue C M Y K H S L
Decimal 3 1 88 0.97 0.99 0 0.65 241.38 0.98 0.17
Hex 3 1 58 61 63 0 41 F1 62 11
Octal 3 1 130 141 143 0 101 361 142 21
Binary 11 1 1011000 1100001 1100011 0 1000001 11110001 1100010 10001

Color Harmonies of #030158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030158

Black with #030158

Text Example


Text Example

White with #030158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030158; }

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

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

background-color css

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

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

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

border-color css

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

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

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