Html Css Color HEX #05067A Navy

📋 copy color: '#05067A'

red 5 ◦ green 6 ◦ blue 122

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

Shades of Navy #05067A

Tints of Navy #05067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.51%

 BLUE value IS 122 (48.05% from 255) = 91.73%

R = 3.76%
G = 4.51%
B = 91.73%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#05067A (or 0x05067A) is known color: Navy. HEX triplet: 05, 06 and 7A. RGB value is (5,6,122). Sum of RGB (Red+Green+Blue) = 5+6+122=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 122 (48.05% from 255 or 91.73% from 133); Max value from RGB is 122 - color contains mainly: blue. Hex color #05067A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05067A is #FAF985. Grayscale: #121212. Windows color (decimal): -16447878 or 7996933. OLE color: 7996933.

HSL color Cylindrical-coordinate representation of color #05067A: hue angle of 239.49º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05067A is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 5 6 122 -
CMYK 0.96 0.95 0 0.52
HSL 239.49º 0.92% 0.25% -
HSV(B) 239.49º 0.96% 0.48% -
XYZ 3.64 1.57 18.52 -
YUV 18.93 186.17 118.07 -
System Red Green Blue C M Y K H S L
Decimal 5 6 122 0.96 0.95 0 0.52 239.49 0.92 0.25
Hex 5 6 7A 60 5F 0 34 EF 5C 19
Octal 5 6 172 140 137 0 64 357 134 31
Binary 101 110 1111010 1100000 1011111 0 110100 11101111 1011100 11001

Color Harmonies of #05067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05067A

Black with #05067A

Text Example


Text Example

White with #05067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05067A; }

 p { color: rgb(5,6,122); }

 H1.HeaderClassName
 {
   color: #05067A;
 }
 .AnyTagClassName
 {
   color: #05067A;
 }
</style>

background-color css

<style>
 a { background-color: #05067A; }

 a { background-color: rgb(5,6,122); }

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

border-color css

<style>
 span { border-color: #05067A; }

 span { border-color: rgb(5,6,122); }

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