Html Css Color HEX #030274 Navy

📋 copy color: '#030274'

red 3 ◦ green 2 ◦ blue 116

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

Shades of Navy #030274

Tints of Navy #030274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 95.87%

R = 2.48%
G = 1.65%
B = 95.87%

CMYK

 C value IS 0.97

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#030274 (or 0x030274) is known color: Navy. HEX triplet: 03, 02 and 74. RGB value is (3,2,116). Sum of RGB (Red+Green+Blue) = 3+2+116=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 116 (45.70% from 255 or 95.87% from 121); Max value from RGB is 116 - color contains mainly: blue. Hex color #030274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030274 is #FCFD8B. Grayscale: #0E0E0E. Windows color (decimal): -16579980 or 7602691. OLE color: 7602691.

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

Color convert

RGB 3 2 116 -
CMYK 0.97 0.98 0 0.55
HSL 240.53º 0.97% 0.23% -
HSV(B) 240.53º 0.98% 0.45% -
XYZ 3.21 1.32 16.61 -
YUV 15.3 184.83 119.23 -
System Red Green Blue C M Y K H S L
Decimal 3 2 116 0.97 0.98 0 0.55 240.53 0.97 0.23
Hex 3 2 74 61 62 0 37 F1 61 17
Octal 3 2 164 141 142 0 67 361 141 27
Binary 11 10 1110100 1100001 1100010 0 110111 11110001 1100001 10111

Color Harmonies of #030274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030274

Black with #030274

Text Example


Text Example

White with #030274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030274; }

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

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

background-color css

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

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

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

border-color css

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

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

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