Html Css Color HEX #030075 Navy

📋 copy color: '#030075'

red 3 ◦ green 0 ◦ blue 117

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

Shades of Navy #030075

Tints of Navy #030075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 97.5%

R = 2.5%
G = 0%
B = 97.5%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#030075 (or 0x030075) is known color: Navy. HEX triplet: 03, 00 and 75. RGB value is (3,0,117). Sum of RGB (Red+Green+Blue) = 3+0+117=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 117 (46.09% from 255 or 97.5% from 120); Max value from RGB is 117 - color contains mainly: blue. Hex color #030075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030075 is #FCFF8A. Grayscale: #0D0D0D. Windows color (decimal): -16580491 or 7667715. OLE color: 7667715.

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

Color convert

RGB 3 0 117 -
CMYK 0.97 1 0 0.54
HSL 241.54º 1% 0.23% -
HSV(B) 241.54º 1% 0.46% -
XYZ 3.25 1.3 16.91 -
YUV 14.24 185.99 119.99 -
System Red Green Blue C M Y K H S L
Decimal 3 0 117 0.97 1 0 0.54 241.54 1 0.23
Hex 3 0 75 61 64 0 36 F2 64 17
Octal 3 0 165 141 144 0 66 362 144 27
Binary 11 0 1110101 1100001 1100100 0 110110 11110010 1100100 10111

Color Harmonies of #030075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030075

Black with #030075

Text Example


Text Example

White with #030075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030075; }

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

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

background-color css

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

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

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

border-color css

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

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

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