Html Css Color HEX #05036C Navy

📋 copy color: '#05036C'

red 5 ◦ green 3 ◦ blue 108

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

Shades of Navy #05036C

Tints of Navy #05036C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 93.1%

R = 4.31%
G = 2.59%
B = 93.1%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05036C (or 0x05036C) is known color: Navy. HEX triplet: 05, 03 and 6C. RGB value is (5,3,108). Sum of RGB (Red+Green+Blue) = 5+3+108=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 108 (42.58% from 255 or 93.10% from 116); Max value from RGB is 108 - color contains mainly: blue. Hex color #05036C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05036C is #FAFC93. Grayscale: #0F0F0F. Windows color (decimal): -16448660 or 7078661. OLE color: 7078661.

HSL color Cylindrical-coordinate representation of color #05036C: hue angle of 241.14º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05036C is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 3 108 -
CMYK 0.95 0.97 0 0.58
HSL 241.14º 0.95% 0.22% -
HSV(B) 241.14º 0.97% 0.42% -
XYZ 2.8 1.18 14.27 -
YUV 15.57 180.16 120.46 -
System Red Green Blue C M Y K H S L
Decimal 5 3 108 0.95 0.97 0 0.58 241.14 0.95 0.22
Hex 5 3 6C 5F 61 0 3A F1 5F 16
Octal 5 3 154 137 141 0 72 361 137 26
Binary 101 11 1101100 1011111 1100001 0 111010 11110001 1011111 10110

Color Harmonies of #05036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05036C

Black with #05036C

Text Example


Text Example

White with #05036C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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