Html Css Color HEX #03007C Navy

📋 copy color: '#03007C'

red 3 ◦ green 0 ◦ blue 124

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

Shades of Navy #03007C

Tints of Navy #03007C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 97.64%

R = 2.36%
G = 0%
B = 97.64%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03007C (or 0x03007C) is known color: Navy. HEX triplet: 03, 00 and 7C. RGB value is (3,0,124). Sum of RGB (Red+Green+Blue) = 3+0+124=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 124 (48.83% from 255 or 97.64% from 127); Max value from RGB is 124 - color contains mainly: blue. Hex color #03007C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03007C is #FCFF83. Grayscale: #0E0E0E. Windows color (decimal): -16580484 or 8126467. OLE color: 8126467.

HSL color Cylindrical-coordinate representation of color #03007C: hue angle of 241.45º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03007C is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 0 124 -
CMYK 0.98 1 0 0.51
HSL 241.45º 1% 0.24% -
HSV(B) 241.45º 1% 0.49% -
XYZ 3.68 1.47 19.16 -
YUV 15.03 189.49 119.42 -
System Red Green Blue C M Y K H S L
Decimal 3 0 124 0.98 1 0 0.51 241.45 1 0.24
Hex 3 0 7C 62 64 0 33 F1 64 18
Octal 3 0 174 142 144 0 63 361 144 30
Binary 11 0 1111100 1100010 1100100 0 110011 11110001 1100100 11000

Color Harmonies of #03007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03007C

Black with #03007C

Text Example


Text Example

White with #03007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03007C; }

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

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

background-color css

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

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

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

border-color css

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

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

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