Html Css Color HEX #030085 Navy

📋 copy color: '#030085'

red 3 ◦ green 0 ◦ blue 133

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

Shades of Navy #030085

Tints of Navy #030085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 97.79%

R = 2.21%
G = 0%
B = 97.79%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#030085 (or 0x030085) is known color: Navy. HEX triplet: 03, 00 and 85. RGB value is (3,0,133). Sum of RGB (Red+Green+Blue) = 3+0+133=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 133 (52.34% from 255 or 97.79% from 136); Max value from RGB is 133 - color contains mainly: blue. Hex color #030085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030085 is #FCFF7A. Grayscale: #0F0F0F. Windows color (decimal): -16580475 or 8716291. OLE color: 8716291.

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

Color convert

RGB 3 0 133 -
CMYK 0.98 1 0 0.48
HSL 241.35º 1% 0.26% -
HSV(B) 241.35º 1% 0.52% -
XYZ 4.27 1.71 22.3 -
YUV 16.06 193.99 118.69 -
System Red Green Blue C M Y K H S L
Decimal 3 0 133 0.98 1 0 0.48 241.35 1 0.26
Hex 3 0 85 62 64 0 30 F1 64 1A
Octal 3 0 205 142 144 0 60 361 144 32
Binary 11 0 10000101 1100010 1100100 0 110000 11110001 1100100 11010

Color Harmonies of #030085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030085

Black with #030085

Text Example


Text Example

White with #030085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030085; }

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

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

background-color css

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

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

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

border-color css

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

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

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