Html Css Color HEX #05035E Navy

📋 copy color: '#05035E'

red 5 ◦ green 3 ◦ blue 94

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

Shades of Navy #05035E

Tints of Navy #05035E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.94%

 BLUE value IS 94 (37.11% from 255) = 92.16%

R = 4.9%
G = 2.94%
B = 92.16%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#05035E (or 0x05035E) is known color: Navy. HEX triplet: 05, 03 and 5E. RGB value is (5,3,94). Sum of RGB (Red+Green+Blue) = 5+3+94=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 94 (37.11% from 255 or 92.16% from 102); Max value from RGB is 94 - color contains mainly: blue. Hex color #05035E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05035E is #FAFCA1. Grayscale: #0D0D0D. Windows color (decimal): -16448674 or 6161157. OLE color: 6161157.

HSL color Cylindrical-coordinate representation of color #05035E: hue angle of 241.32º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05035E is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 5 3 94 -
CMYK 0.95 0.97 0 0.63
HSL 241.32º 0.94% 0.19% -
HSV(B) 241.32º 0.97% 0.37% -
XYZ 2.12 0.91 10.65 -
YUV 13.97 173.16 121.6 -
System Red Green Blue C M Y K H S L
Decimal 5 3 94 0.95 0.97 0 0.63 241.32 0.94 0.19
Hex 5 3 5E 5F 61 0 3F F1 5E 13
Octal 5 3 136 137 141 0 77 361 136 23
Binary 101 11 1011110 1011111 1100001 0 111111 11110001 1011110 10011

Color Harmonies of #05035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05035E

Black with #05035E

Text Example


Text Example

White with #05035E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05035E; }

 p { color: rgb(5,3,94); }

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

background-color css

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

 a { background-color: rgb(5,3,94); }

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

border-color css

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

 span { border-color: rgb(5,3,94); }

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