Html Css Color HEX #030275 Navy

📋 copy color: '#030275'

red 3 ◦ green 2 ◦ blue 117

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

Shades of Navy #030275

Tints of Navy #030275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.64%

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

R = 2.46%
G = 1.64%
B = 95.9%

CMYK

 C value IS 0.97

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#030275 (or 0x030275) is known color: Navy. HEX triplet: 03, 02 and 75. RGB value is (3,2,117). Sum of RGB (Red+Green+Blue) = 3+2+117=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 117 (46.09% from 255 or 95.90% from 122); Max value from RGB is 117 - color contains mainly: blue. Hex color #030275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030275 is #FCFD8A. Grayscale: #0E0E0E. Windows color (decimal): -16579979 or 7668227. OLE color: 7668227.

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

Color convert

RGB 3 2 117 -
CMYK 0.97 0.98 0 0.54
HSL 240.52º 0.97% 0.23% -
HSV(B) 240.52º 0.98% 0.46% -
XYZ 3.27 1.35 16.92 -
YUV 15.41 185.33 119.15 -
System Red Green Blue C M Y K H S L
Decimal 3 2 117 0.97 0.98 0 0.54 240.52 0.97 0.23
Hex 3 2 75 61 62 0 36 F1 61 17
Octal 3 2 165 141 142 0 66 361 141 27
Binary 11 10 1110101 1100001 1100010 0 110110 11110001 1100001 10111

Color Harmonies of #030275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030275

Black with #030275

Text Example


Text Example

White with #030275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030275; }

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

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

background-color css

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

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

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

border-color css

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

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

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