Html Css Color HEX #030074 Navy

📋 copy color: '#030074'

red 3 ◦ green 0 ◦ blue 116

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

Shades of Navy #030074

Tints of Navy #030074

RGB

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

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

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

R = 2.52%
G = 0%
B = 97.48%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#030074 (or 0x030074) is known color: Navy. HEX triplet: 03, 00 and 74. RGB value is (3,0,116). Sum of RGB (Red+Green+Blue) = 3+0+116=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 116 (45.70% from 255 or 97.48% from 119); Max value from RGB is 116 - color contains mainly: blue. Hex color #030074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030074 is #FCFF8B. Grayscale: #0D0D0D. Windows color (decimal): -16580492 or 7602179. OLE color: 7602179.

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

Color convert

RGB 3 0 116 -
CMYK 0.97 1 0 0.55
HSL 241.55º 1% 0.23% -
HSV(B) 241.55º 1% 0.45% -
XYZ 3.19 1.28 16.6 -
YUV 14.12 185.49 120.07 -
System Red Green Blue C M Y K H S L
Decimal 3 0 116 0.97 1 0 0.55 241.55 1 0.23
Hex 3 0 74 61 64 0 37 F2 64 17
Octal 3 0 164 141 144 0 67 362 144 27
Binary 11 0 1110100 1100001 1100100 0 110111 11110010 1100100 10111

Color Harmonies of #030074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030074

Black with #030074

Text Example


Text Example

White with #030074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030074; }

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

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

background-color css

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

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

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

border-color css

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

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

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