Html Css Color HEX #05147D Navy

📋 copy color: '#05147D'

red 5 ◦ green 20 ◦ blue 125

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

Shades of Navy #05147D

Tints of Navy #05147D

RGB

 RED value IS 5 (2.34% from 255) = 3.33%

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

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

R = 3.33%
G = 13.33%
B = 83.33%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05147D (or 0x05147D) is known color: Navy. HEX triplet: 05, 14 and 7D. RGB value is (5,20,125). Sum of RGB (Red+Green+Blue) = 5+20+125=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 125 (49.22% from 255 or 83.33% from 150); Max value from RGB is 125 - color contains mainly: blue. Hex color #05147D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05147D is #FAEB82. Grayscale: #1B1B1B. Windows color (decimal): -16444291 or 8197125. OLE color: 8197125.

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

Color convert

RGB 5 20 125 -
CMYK 0.96 0.84 0 0.51
HSL 232.5º 0.92% 0.25% -
HSV(B) 232.5º 0.96% 0.49% -
XYZ 4.01 2.01 19.58 -
YUV 27.49 183.03 111.96 -
System Red Green Blue C M Y K H S L
Decimal 5 20 125 0.96 0.84 0 0.51 232.5 0.92 0.25
Hex 5 14 7D 60 54 0 33 E8 5C 19
Octal 5 24 175 140 124 0 63 350 134 31
Binary 101 10100 1111101 1100000 1010100 0 110011 11101000 1011100 11001

Color Harmonies of #05147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05147D

Black with #05147D

Text Example


Text Example

White with #05147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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