Html Css Color HEX #03007D Navy

📋 copy color: '#03007D'

red 3 ◦ green 0 ◦ blue 125

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

Shades of Navy #03007D

Tints of Navy #03007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 97.66%

R = 2.34%
G = 0%
B = 97.66%

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

#03007D (or 0x03007D) is known color: Navy. HEX triplet: 03, 00 and 7D. RGB value is (3,0,125). Sum of RGB (Red+Green+Blue) = 3+0+125=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 125 (49.22% from 255 or 97.66% from 128); Max value from RGB is 125 - color contains mainly: blue. Hex color #03007D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03007D is #FCFF82. Grayscale: #0E0E0E. Windows color (decimal): -16580483 or 8192003. OLE color: 8192003.

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

Color convert

RGB 3 0 125 -
CMYK 0.98 1 0 0.51
HSL 241.44º 1% 0.25% -
HSV(B) 241.44º 1% 0.49% -
XYZ 3.74 1.5 19.49 -
YUV 15.15 189.99 119.34 -
System Red Green Blue C M Y K H S L
Decimal 3 0 125 0.98 1 0 0.51 241.44 1 0.25
Hex 3 0 7D 62 64 0 33 F1 64 19
Octal 3 0 175 142 144 0 63 361 144 31
Binary 11 0 1111101 1100010 1100100 0 110011 11110001 1100100 11001

Color Harmonies of #03007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03007D

Black with #03007D

Text Example


Text Example

White with #03007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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