Html Css Color HEX #03147D Navy

📋 copy color: '#03147D'

red 3 ◦ green 20 ◦ blue 125

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

Shades of Navy #03147D

Tints of Navy #03147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.51%

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

R = 2.03%
G = 13.51%
B = 84.46%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03147D (or 0x03147D) is known color: Navy. HEX triplet: 03, 14 and 7D. RGB value is (3,20,125). Sum of RGB (Red+Green+Blue) = 3+20+125=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 125 (49.22% from 255 or 84.46% from 148); Max value from RGB is 125 - color contains mainly: blue. Hex color #03147D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03147D is #FCEB82. Grayscale: #1A1A1A. Windows color (decimal): -16575363 or 8197123. OLE color: 8197123.

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

Color convert

RGB 3 20 125 -
CMYK 0.98 0.84 0 0.51
HSL 231.64º 0.95% 0.25% -
HSV(B) 231.64º 0.98% 0.49% -
XYZ 3.99 2 19.58 -
YUV 26.89 183.37 110.96 -
System Red Green Blue C M Y K H S L
Decimal 3 20 125 0.98 0.84 0 0.51 231.64 0.95 0.25
Hex 3 14 7D 62 54 0 33 E8 5F 19
Octal 3 24 175 142 124 0 63 350 137 31
Binary 11 10100 1111101 1100010 1010100 0 110011 11101000 1011111 11001

Color Harmonies of #03147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03147D

Black with #03147D

Text Example


Text Example

White with #03147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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