Html Css Color HEX #050667 Navy

📋 copy color: '#050667'

red 5 ◦ green 6 ◦ blue 103

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

Shades of Navy #050667

Tints of Navy #050667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 90.35%

R = 4.39%
G = 5.26%
B = 90.35%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#050667 (or 0x050667) is known color: Navy. HEX triplet: 05, 06 and 67. RGB value is (5,6,103). Sum of RGB (Red+Green+Blue) = 5+6+103=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 103 (40.62% from 255 or 90.35% from 114); Max value from RGB is 103 - color contains mainly: blue. Hex color #050667 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050667 is #FAF998. Grayscale: #101010. Windows color (decimal): -16447897 or 6751749. OLE color: 6751749.

HSL color Cylindrical-coordinate representation of color #050667: hue angle of 239.39º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050667 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 6 103 -
CMYK 0.95 0.94 0 0.60
HSL 239.39º 0.91% 0.21% -
HSV(B) 239.39º 0.95% 0.4% -
XYZ 2.58 1.14 12.92 -
YUV 16.76 176.67 119.61 -
System Red Green Blue C M Y K H S L
Decimal 5 6 103 0.95 0.94 0 0.60 239.39 0.91 0.21
Hex 5 6 67 5F 5E 0 3C EF 5B 15
Octal 5 6 147 137 136 0 74 357 133 25
Binary 101 110 1100111 1011111 1011110 0 111100 11101111 1011011 10101

Color Harmonies of #050667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050667

Black with #050667

Text Example


Text Example

White with #050667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050667; }

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

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

background-color css

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

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

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

border-color css

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

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

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